slinkydeveloper commented on a change in pull request #17186:
URL: https://github.com/apache/flink/pull/17186#discussion_r709243274
##########
File path:
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/codegen/ExpressionReducer.scala
##########
@@ -78,6 +79,10 @@ class ExpressionReducer(
(SqlTypeName.MAP, _) |
(SqlTypeName.MULTISET, _) => None
+ // Exclude some JSON functions which behave differently when called as
an argument of another
Review comment:
Ok now I've seen this:
https://github.com/apache/flink/pull/17186#issuecomment-919139597 I guess
that's the reason for excluding it
--
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]