snuyanzin commented on code in PR #27256:
URL: https://github.com/apache/flink/pull/27256#discussion_r2549698925


##########
flink-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/ddl/SqlDistribution.java:
##########
@@ -51,18 +50,13 @@ public SqlDistribution(
             SqlParserPos pos,
             @Nullable String distributionKind,
             @Nullable SqlNodeList bucketColumns,
-            @Nullable SqlNumericLiteral bucketCount) {
-        super(pos);
+            SqlNumericLiteral bucketCount) {

Review Comment:
   Oops, it should be for `bucketColumns`  as it is always initialized in parser
   
https://github.com/apache/flink/blob/e5f53f272dcdac4249e2433091fbacf0e1df2daf/flink-table/flink-sql-parser/src/main/codegen/includes/parserImpls.ftl#L1519
   
   fixed



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