JinkunLiu commented on code in PR #26196:
URL: https://github.com/apache/flink/pull/26196#discussion_r1972685145


##########
docs/content/docs/dev/table/sql/create.md:
##########
@@ -502,7 +502,7 @@ You can control the merging behavior of:
 * GENERATED - computed columns
 * METADATA - metadata columns
 * OPTIONS - connector options that describe connector and format properties
-* DISTRIBUTION - distribution definition
+* DISTRIBUTION - bucketing of the tables.

Review Comment:
   @jnh5y We were discussing this, but I forgot to commit the changes earlier, 
sorry.
   
   The reason I changed it is that in the database, DISTRIBUTION and PARTITIONS 
are a set of similar operations. Perhaps using a similar phrasing style would 
be more reasonable?
   
   Here, the phrasing for PARTITIONS is "partition of the tables." Would it be 
better to use "bucketing of the tables" or "distribution of the tables" for 
DISTRIBUTION?
   
   Of course, this is just a suggestion, and I’ll defer to your decision.



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