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


##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/operations/converters/table/SqlCreateTableAsConverter.java:
##########
@@ -50,10 +50,19 @@ public Operation convertSqlNode(SqlCreateTableAs 
sqlCreateTableAs, ConvertContex
         SqlNode asQuerySqlNode = sqlCreateTableAs.getAsQuery();
         SqlNode validatedAsQuery = flinkPlanner.validate(asQuerySqlNode);
 
+        final String rawSqlString =

Review Comment:
   is there a reason to have one var `final` while others are not?
   can we make all final or all not final?



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