Package io.trino.tests.product.iceberg
Class TestIcebergHiveTablesCompatibility
- java.lang.Object
-
- io.trino.tempto.ProductTest
-
- io.trino.tests.product.iceberg.TestIcebergHiveTablesCompatibility
-
public class TestIcebergHiveTablesCompatibility extends io.trino.tempto.ProductTestTests interactions between Iceberg and Hive connectors, when one tries to read a table created by the other.
-
-
Constructor Summary
Constructors Constructor Description TestIcebergHiveTablesCompatibility()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestHiveCannotCreateTableNamesakeToIcebergTable()voidtestHiveListsIcebergTable()voidtestHiveSelectFromIcebergTable()voidtestHiveSelectTableColumns()voidtestIcebergCannotCreateTableNamesakeToHiveTable()voidtestIcebergListsHiveTable()voidtestIcebergSelectFromHiveTable()
-
-
-
Method Detail
-
testIcebergSelectFromHiveTable
public void testIcebergSelectFromHiveTable()
-
testHiveSelectFromIcebergTable
public void testHiveSelectFromIcebergTable()
-
testIcebergCannotCreateTableNamesakeToHiveTable
public void testIcebergCannotCreateTableNamesakeToHiveTable()
-
testHiveCannotCreateTableNamesakeToIcebergTable
public void testHiveCannotCreateTableNamesakeToIcebergTable()
-
testHiveSelectTableColumns
public void testHiveSelectTableColumns()
-
testHiveListsIcebergTable
public void testHiveListsIcebergTable()
-
testIcebergListsHiveTable
public void testIcebergListsHiveTable()
-
-