slinkydeveloper commented on a change in pull request #17256:
URL: https://github.com/apache/flink/pull/17256#discussion_r708920436
##########
File path:
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/calcite/FlinkPlannerImpl.scala
##########
@@ -97,6 +97,7 @@ class FlinkPlannerImpl(
typeFactory,
SqlValidator.Config.DEFAULT
.withIdentifierExpansion(true)
+ .withCallRewrite(false) // Disables the rewrite of COALESCE
Review comment:
I've added a new commit with the re-generated it test cases and i've
removed the RewriteCoalesceRule
--
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]