You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2021/10/25 18:45:27 UTC

[GitHub] [flink] Airblader commented on a change in pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Airblader commented on a change in pull request #17508:
URL: https://github.com/apache/flink/pull/17508#discussion_r735868561



##########
File path: docs/data/sql_functions_zh.yml
##########
@@ -707,11 +707,9 @@ json:
   - sql: IS JSON [ { VALUE | SCALAR | ARRAY | OBJECT } ]
     table: STRING.isJson([JsonType type])
     description: |
-      Determine whether a given string is valid JSON.
+      判定给定字符串是否为有效的 JSON。
 
-      Specifying the optional type argument puts a constraint on which type of JSON object is
-      allowed. If the string is valid JSON, but not that type, `false` is returned. The default is
-      `VALUE`.
+      指定一个可选类型参数将会限制允许哪种类型的 JSON 对象。如果字符串是有效的 JSON,但不是指定的类型,则返回 'false'。默认值为 'VALUE'。

Review comment:
       Just saw this. Is anything unclear here? I can't tell if you mean to say that something is wrong with the code or the (English) docs. From what I can see everything seems to be correct?




-- 
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-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org