JinkunLiu commented on code in PR #27492:
URL: https://github.com/apache/flink/pull/27492#discussion_r2759848219


##########
docs/data/sql_functions.yml:
##########
@@ -942,6 +942,8 @@ json:
       JSON_STRING('Hello, World!')
       -- '[1,2]'
       JSON_STRING(ARRAY[1, 2])
+      -- '{"k1":"v1"}'
+      JSON_STRING(PARSE_JSON('{"k1":"v1"}'))

Review Comment:
   If possible, could you add the same English documentation as a placeholder 
at `line 1069` in sql_functions_zh.yml



-- 
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]

Reply via email to