Uses of Class
org.apache.flink.table.catalog.exceptions.PartitionSpecInvalidException
Packages that use PartitionSpecInvalidException
-
Uses of PartitionSpecInvalidException in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that throw PartitionSpecInvalidExceptionModifier and TypeMethodDescriptionvoidCatalog.createPartition(ObjectPath tablePath, CatalogPartitionSpec partitionSpec, CatalogPartition partition, boolean ignoreIfExists) Create a partition.Catalog.listPartitions(ObjectPath tablePath, CatalogPartitionSpec partitionSpec) Get CatalogPartitionSpec of all partitions that is under the given CatalogPartitionSpec in the table.