luoyuxia commented on code in PR #22721:
URL: https://github.com/apache/flink/pull/22721#discussion_r1234691322


##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/ShowPartitionsOperation.java:
##########
@@ -66,10 +66,6 @@ public CatalogPartitionSpec getPartitionSpec() {
         return partitionSpec;
     }
 
-    public String getDefaultPartitionName() {

Review Comment:
   We won't need it any more since we can get `defaultPartitionName` directly 
in method `ShowPartitionsOperation#execute`.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to