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: 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? 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
