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:
   I'd appreciate it if you could add the corresponding documentation at 
sql_functions_zh.yml:1069.



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