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.ProductTest
Tests interactions between Iceberg and Hive connectors, when one tries to read a table created by the other.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
TestIcebergHiveTablesCompatibility
public TestIcebergHiveTablesCompatibility()
-
-
Method Details
-
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()
-