JingGe commented on code in PR #24156: URL: https://github.com/apache/flink/pull/24156#discussion_r1472779610
########## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/functions/sql/FlinkSqlOperatorTable.java: ########## @@ -716,6 +716,28 @@ public SqlSyntax getSyntax() { SqlTypeFamily.BOOLEAN, SqlTypeFamily.TIME, SqlTypeFamily.TIME)), SqlFunctionCategory.NUMERIC); + public static final SqlFunction JSON_QUOTE = Review Comment: You are right, I somehow was not aware of that. -- 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