jnh5y commented on code in PR #24155:
URL: https://github.com/apache/flink/pull/24155#discussion_r1470220214


##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableDescriptor.java:
##########
@@ -101,6 +104,14 @@ public Map<String, String> getOptions() {
         return options;
     }
 
+    public CatalogTable.TableDistribution getTableDistribution() {
+        return tableDistribution;
+    }
+
+    public List<String> getBucketKeys() {

Review Comment:
   Good catch.  I likely added this in the very beginning when I was cribbing 
from partition things.



-- 
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]

Reply via email to