snuyanzin commented on code in PR #28277:
URL: https://github.com/apache/flink/pull/28277#discussion_r3324105914
##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/operations/converters/MergeTableAsUtil.java:
##########
@@ -156,7 +156,7 @@ public PlannerQueryOperation maybeRewriteQuery(
() -> "Unsupported node type " +
origQueryNode.getKind());
return (PlannerQueryOperation)
- SqlNodeToOperationConversion.convert(flinkPlanner,
catalogManager, newSelect)
+ SqlNodeToOperationConversion.convert(flinkPlanner,
catalogManager, newSelect, null)
Review Comment:
why is it null here?
could it be potentially in the future same issue as with CTAS/RTAS?
--
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]