Class TestHivePartitionProcedures

java.lang.Object
io.trino.tempto.ProductTest
io.trino.tests.product.hive.TestHivePartitionProcedures

public class TestHivePartitionProcedures extends io.trino.tempto.ProductTest
  • Constructor Details

    • TestHivePartitionProcedures

      public TestHivePartitionProcedures()
  • Method Details

    • 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()