jnh5y commented on code in PR #24155:
URL: https://github.com/apache/flink/pull/24155#discussion_r1471791710
##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableDescriptor.java:
##########
@@ -334,6 +352,12 @@ public Builder format(
return this;
}
+ /** Define which columns this table is distributed by. */
+ public Builder distributedBy(CatalogTable.TableDistribution
tableDistribution) {
Review Comment:
Ok, I think I added enough methods to cover the combinations.
--
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]