Package io.trino.tests.hive
Class TestExternalHiveTable
- java.lang.Object
-
- io.trino.tempto.ProductTest
-
- io.trino.tests.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 Constructor Description TestExternalHiveTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.trino.tempto.RequirementgetRequirements(io.trino.tempto.configuration.Configuration configuration)voidtestAnalyzeExternalTable()voidtestCreateExternalTableWithInaccessibleSchemaLocation()voidtestDeleteFromExternalPartitionedTableTable()voidtestDeleteFromExternalTable()voidtestInsertIntoExternalTable()voidtestShowStatisticsForExternalTable()
-
-
-
Method Detail
-
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()
-
-