Package io.trino.tests.product.hive
Class TestExternalHiveTable
java.lang.Object
io.trino.tempto.ProductTest
io.trino.tests.product.hive.TestExternalHiveTable
- All Implemented Interfaces:
io.trino.tempto.RequirementsProvider
public class TestExternalHiveTable
extends io.trino.tempto.ProductTest
implements io.trino.tempto.RequirementsProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.trino.tempto.RequirementgetRequirements(io.trino.tempto.configuration.Configuration configuration) voidvoidvoidvoidvoidvoid
-
Constructor Details
-
TestExternalHiveTable
public TestExternalHiveTable()
-
-
Method Details
-
getRequirements
public io.trino.tempto.Requirement getRequirements(io.trino.tempto.configuration.Configuration configuration) - Specified by:
getRequirementsin interfaceio.trino.tempto.RequirementsProvider
-
testShowStatisticsForExternalTable
public void testShowStatisticsForExternalTable() -
testAnalyzeExternalTable
public void testAnalyzeExternalTable() -
testInsertIntoExternalTable
public void testInsertIntoExternalTable() -
testDeleteFromExternalTable
public void testDeleteFromExternalTable() -
testDeleteFromExternalPartitionedTableTable
public void testDeleteFromExternalPartitionedTableTable() -
testCreateExternalTableWithInaccessibleSchemaLocation
public void testCreateExternalTableWithInaccessibleSchemaLocation()
-