Class TestHivePartitionProcedures


  • public class TestHivePartitionProcedures
    extends io.prestosql.tempto.ProductTest
    • Constructor Detail

      • TestHivePartitionProcedures

        public TestHivePartitionProcedures()
    • Method Detail

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

        public void testRegisterPartitionFromAnyLocation()