Uses of Class
org.apache.flink.table.catalog.exceptions.PartitionSpecInvalidException
-
Packages that use PartitionSpecInvalidException Package Description org.apache.flink.table.catalog -
-
Uses of PartitionSpecInvalidException in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that throw PartitionSpecInvalidException Modifier and Type Method Description voidCatalog. createPartition(ObjectPath tablePath, CatalogPartitionSpec partitionSpec, CatalogPartition partition, boolean ignoreIfExists)Create a partition.List<CatalogPartitionSpec>Catalog. listPartitions(ObjectPath tablePath, CatalogPartitionSpec partitionSpec)Get CatalogPartitionSpec of all partitions that is under the given CatalogPartitionSpec in the table.
-