Package io.prestosql.tests.hive
Class TestExternalHiveTable
- java.lang.Object
-
- io.prestosql.tempto.ProductTest
-
- io.prestosql.tests.hive.TestExternalHiveTable
-
- All Implemented Interfaces:
io.prestosql.tempto.RequirementsProvider
public class TestExternalHiveTable extends io.prestosql.tempto.ProductTest implements io.prestosql.tempto.RequirementsProvider
-
-
Constructor Summary
Constructors Constructor Description TestExternalHiveTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.prestosql.tempto.RequirementgetRequirements(io.prestosql.tempto.configuration.Configuration configuration)voidtestAnalyzeExternalTable()voidtestCreateExternalTableWithInaccessibleSchemaLocation()voidtestDeleteFromExternalPartitionedTableTable()voidtestDeleteFromExternalTable()voidtestInsertIntoExternalTable()voidtestShowStatisticsForExternalTable()
-
-
-
Method Detail
-
getRequirements
public io.prestosql.tempto.Requirement getRequirements(io.prestosql.tempto.configuration.Configuration configuration)
- Specified by:
getRequirementsin interfaceio.prestosql.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()
-
-