zhangjun0x01 commented on code in PR #2167:
URL: https://github.com/apache/incubator-paimon/pull/2167#discussion_r1375261387
##########
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/FlinkCatalog.java:
##########
@@ -826,7 +826,12 @@ public final CatalogPartition getPartition(
@Override
public final boolean partitionExists(ObjectPath tablePath,
CatalogPartitionSpec partitionSpec)
throws CatalogException {
- return false;
+ try {
+ List<CatalogPartitionSpec> partitionSpecs =
getPartitionSpecs(tablePath, partitionSpec);
Review Comment:
I updated it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]