fhueske commented on code in PR #24967:
URL: https://github.com/apache/flink/pull/24967#discussion_r1670512842
##########
docs/data/sql_functions.yml:
##########
@@ -377,6 +377,12 @@ string:
- sql: SUBSTR(string, integer1[, integer2])
table: STRING.substr(INTEGER1[, INTEGER2])
description: Returns a substring of string starting from position integer1
with length integer2 (to the end by default).
+ - sql: JSON_QUOTE(string)
Review Comment:
Good point!
We can also create a Jira with a special tag to document gaps in the Chinese
documentation:
https://flink.apache.org/how-to-contribute/contribute-documentation/#chinese-documentation-translation
--
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]