Uses of Class
org.apache.flink.table.catalog.exceptions.PartitionAlreadyExistsException
-
Packages that use PartitionAlreadyExistsException Package Description org.apache.flink.table.catalog -
-
Uses of PartitionAlreadyExistsException in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that throw PartitionAlreadyExistsException Modifier and Type Method Description voidCatalog. createPartition(ObjectPath tablePath, CatalogPartitionSpec partitionSpec, CatalogPartition partition, boolean ignoreIfExists)Create a partition.
-