Package io.trino.tests.product.hudi
Class TestHudiHiveTablesCompatibility
java.lang.Object
io.trino.tempto.ProductTest
io.trino.tests.product.hudi.TestHudiHiveTablesCompatibility
public class TestHudiHiveTablesCompatibility
extends io.trino.tempto.ProductTest
Tests interactions between Hudi and Hive connectors, when one tries to read a table created by the other.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
TestHudiHiveTablesCompatibility
public TestHudiHiveTablesCompatibility()
-
-
Method Details
-
testHudiSelectFromHiveTable
public void testHudiSelectFromHiveTable() -
testHiveSelectFromHudiTable
public void testHiveSelectFromHudiTable() -
testHudiCannotCreateTableNamesakeToHiveTable
public void testHudiCannotCreateTableNamesakeToHiveTable() -
testHiveCannotCreateTableNamesakeToHudiTable
public void testHiveCannotCreateTableNamesakeToHudiTable() -
testHiveSelectTableColumns
public void testHiveSelectTableColumns() -
testHiveListsHudiTable
public void testHiveListsHudiTable() -
testHudiListsHiveTable
public void testHudiListsHiveTable() -
testHudiSelectFromHiveView
public void testHudiSelectFromHiveView()
-