Package io.trino.tests.hive
Class TestHivePartitionProcedures
- java.lang.Object
-
- io.trino.tempto.ProductTest
-
- io.trino.tests.hive.TestHivePartitionProcedures
-
public class TestHivePartitionProcedures extends io.trino.tempto.ProductTest
-
-
Constructor Summary
Constructors Constructor Description TestHivePartitionProcedures()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestRegisterPartition()voidtestRegisterPartitionCollisionShouldFail()voidtestRegisterPartitionFromAnyLocation()voidtestRegisterPartitionInvalidLocationShouldFail()voidtestRegisterPartitionInvalidPartitionColumnsShouldFail()voidtestRegisterPartitionMissingTableShouldFail()voidtestRegisterPartitionWithDefaultPartitionLocation()voidtestRegisterUnpartitionedTableShouldFail()voidtestRegisterViewTableShouldFail()voidtestUnregisterInvalidPartitionColumnsShouldFail()voidtestUnregisterMissingPartitionShouldFail()voidtestUnregisterMissingTableShouldFail()voidtestUnregisterPartition()voidtestUnregisterUnpartitionedTableShouldFail()voidtestUnregisterViewTableShouldFail()
-
-
-
Method Detail
-
testUnregisterPartition
public void testUnregisterPartition() throws URISyntaxException- Throws:
URISyntaxException
-
testUnregisterViewTableShouldFail
public void testUnregisterViewTableShouldFail()
-
testUnregisterMissingTableShouldFail
public void testUnregisterMissingTableShouldFail()
-
testUnregisterUnpartitionedTableShouldFail
public void testUnregisterUnpartitionedTableShouldFail()
-
testUnregisterInvalidPartitionColumnsShouldFail
public void testUnregisterInvalidPartitionColumnsShouldFail()
-
testUnregisterMissingPartitionShouldFail
public void testUnregisterMissingPartitionShouldFail()
-
testRegisterPartitionMissingTableShouldFail
public void testRegisterPartitionMissingTableShouldFail()
-
testRegisterUnpartitionedTableShouldFail
public void testRegisterUnpartitionedTableShouldFail()
-
testRegisterViewTableShouldFail
public void testRegisterViewTableShouldFail()
-
testRegisterPartitionCollisionShouldFail
public void testRegisterPartitionCollisionShouldFail()
-
testRegisterPartitionInvalidPartitionColumnsShouldFail
public void testRegisterPartitionInvalidPartitionColumnsShouldFail()
-
testRegisterPartitionInvalidLocationShouldFail
public void testRegisterPartitionInvalidLocationShouldFail()
-
testRegisterPartitionWithDefaultPartitionLocation
public void testRegisterPartitionWithDefaultPartitionLocation()
-
testRegisterPartition
public void testRegisterPartition() throws URISyntaxException- Throws:
URISyntaxException
-
testRegisterPartitionFromAnyLocation
public void testRegisterPartitionFromAnyLocation()
-
-