Airblader commented on a change in pull request #17186: URL: https://github.com/apache/flink/pull/17186#discussion_r709343636
########## 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: Yes, that's it. :-) We give this function some funky behavior to make it more useful, but in consequence we cannot have it be reduced. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org