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/18 08:01:43 UTC

[GitHub] [flink] MonsterChenzhuo opened a new pull request #17508: [FLINK-9477][Documentation] translate "JSON Function" pages into Chinese

MonsterChenzhuo opened a new pull request #17508:
URL: https://github.com/apache/flink/pull/17508


   <!--
   *Thank you very much for contributing to Apache Flink - we are happy that you want to help us improve Flink. To help the community review your contribution in the best possible way, please go through the checklist below, which will get the contribution into a shape in which it can be best reviewed.*
   
   *Please understand that we do not do this to make contributions to Flink a hassle. In order to uphold a high standard of quality for code contributions, while at the same time managing a large number of contributions, we need contributors to prepare the contributions well, and give reviewers enough contextual information for the review. Please also understand that contributions that do not follow this guide will take longer to review and thus typically be picked up with lower priority by the community.*
   
   ## Contribution Checklist
   
     - Make sure that the pull request corresponds to a [JIRA issue](https://issues.apache.org/jira/projects/FLINK/issues). Exceptions are made for typos in JavaDoc or documentation files, which need no JIRA issue.
     
     - Name the pull request in the form "[FLINK-XXXX] [component] Title of the pull request", where *FLINK-XXXX* should be replaced by the actual issue number. Skip *component* if you are unsure about which is the best component.
     Typo fixes that have no associated JIRA issue should be named following this pattern: `[hotfix] [docs] Fix typo in event time introduction` or `[hotfix] [javadocs] Expand JavaDoc for PuncuatedWatermarkGenerator`.
   
     - Fill out the template below to describe the changes contributed by the pull request. That will give reviewers the context they need to do the review.
     
     - Make sure that the change passes the automated tests, i.e., `mvn clean verify` passes. You can set up Azure Pipelines CI to do that following [this guide](https://cwiki.apache.org/confluence/display/FLINK/Azure+Pipelines#AzurePipelines-Tutorial:SettingupAzurePipelinesforaforkoftheFlinkrepository).
   
     - Each pull request should address only one issue, not mix up code from multiple issues.
     
     - Each commit in the pull request has a meaningful commit message (including the JIRA id)
   
     - Once all items of the checklist are addressed, remove the above text and this checklist, leaving only the filled out template below.
   
   
   **(The sections below can be removed for hotfixes of typos)**
   -->
   
   ## What is the purpose of the change
   
   *(For example: This pull request makes task deployment go through the blob server, rather than through RPC. That way we avoid re-transferring them on each deployment (during recovery).)*
   
   
   ## Brief change log
   
   *(for example:)*
     - *The TaskInfo is stored in the blob store on job creation time as a persistent artifact*
     - *Deployments RPC transmits only the blob storage reference*
     - *TaskManagers retrieve the TaskInfo from the blob cache*
   
   
   ## Verifying this change
   
   *(Please pick either of the following options)*
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This change is already covered by existing tests, such as *(please describe tests)*.
   
   *(or)*
   
   This change added tests and can be verified as follows:
   
   *(example:)*
     - *Added integration tests for end-to-end deployment with large payloads (100MB)*
     - *Extended integration test for recovery after master (JobManager) failure*
     - *Added test that validates that TaskInfo is transferred only once across recoveries*
     - *Manually verified the change by running a 4 node cluser with 2 JobManagers and 4 TaskManagers, a stateful streaming program, and killing one JobManager and two TaskManagers during the execution, verifying that recovery happens correctly.*
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (yes / no)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes / no)
     - The serializers: (yes / no / don't know)
     - The runtime per-record code paths (performance sensitive): (yes / no / don't know)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (yes / no / don't know)
     - The S3 file system connector: (yes / no / don't know)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (yes / no)
     - If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)
   


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



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

Posted by GitBox <gi...@apache.org>.
MonsterChenzhuo commented on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-968093761


   > 
   > 
   > @MonsterChenzhuo 感谢您的更新。 也许你应该从最新的 master 分支为你的分支 rebase 并在下次审查之前解决冲突的文件。
   @RocMarshal  I'm really sorry for the recent delay. I will deal with it as soon as possible tomorrow
   
   


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d401d08d97bb9481281caf4aa25a1b2b30384a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141) 
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



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

Posted by GitBox <gi...@apache.org>.
MonsterChenzhuo commented on a change in pull request #17508:
URL: https://github.com/apache/flink/pull/17508#discussion_r732498100



##########
File path: docs/data/sql_functions_zh.yml
##########
@@ -850,16 +841,13 @@ json:
   - sql: JSON_OBJECT([[KEY] key VALUE value]* [ { NULL | ABSENT } ON NULL ])
     table: jsonObject(JsonOnNull, keyValues...)
     description: |
-      Builds a JSON object string from a list of key-value pairs.
+      将一个键值对的列表构建成 JSON 对象字符串。
 
-      Note that keys must be non-`NULL` string literals, while values may be arbitrary expressions.
+      注意,键必须是非 'NULL' 字符串自变量,而值可以是任意表达式。
 
-      This function returns a JSON string. The `ON NULL` behavior defines how to treat `NULL`
-      values. If omitted, `NULL ON NULL` is assumed by default.
+      这个函数返回一个 JSON 字符串。'ON NULL' 行为定义了如何处理 'NULL' 值。如果省略,则默认为 'NULL ON NULL'。
 
-      Values which are created from another JSON construction function call (`JSON_OBJECT`,
-      `JSON_ARRAY`) are inserted directly rather than as a string. This allows building nested JSON
-      structures.
+      值是由另一个 JSON 构造函数调用 ('JSON_OBJECT','JSON_ARRAY') 直接插入所创建,而不是作为一个字符串。他允许构建嵌套的JSON结构。

Review comment:
        我是这样理解的:'{"K1":{"K2":"V"}}'是由JSON_OBJECT中调用另一个JSON_OBJECT所创建的




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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267",
       "triggerID" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0bf509b5cfdb5f035d72539c07d7443aa55e181e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0bf509b5cfdb5f035d72539c07d7443aa55e181e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255) 
   * b3a45fa703517f3de6a52c868c44c767bdde4ea2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267) 
   * 0bf509b5cfdb5f035d72539c07d7443aa55e181e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d401d08d97bb9481281caf4aa25a1b2b30384a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141) 
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d401d08d97bb9481281caf4aa25a1b2b30384a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141) 
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



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

Posted by GitBox <gi...@apache.org>.
RocMarshal commented on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-974091996


   > @RocMarshal Sorry for the trouble,I'm new to Github and it's not very clear how it works, which led to a previous shutdown and the creation of a new PR.Now I know I can submit multiple times on a PR.
   
   Take it easy. If you have any questions, you could discuss its on the email or in the pr. 
   So, if you are willing to advance the jira in the new pr,  I'll do the review based on the new one. 
   If you still use this pr page, may be you could rebase the latest master branch in your pr-branch and push it forced to your remote pr-branch.


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



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

Posted by GitBox <gi...@apache.org>.
RocMarshal commented on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-973986059


   > @RocMarshal #17789 Please check it again. I was delayed by something at home
   
   Excuse me, please let me know why did you switch the pr to #17789 instead of keeping it currently?


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



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

Posted by GitBox <gi...@apache.org>.
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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d401d08d97bb9481281caf4aa25a1b2b30384a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141) 
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d401d08d97bb9481281caf4aa25a1b2b30384a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141) 
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



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

Posted by GitBox <gi...@apache.org>.
MonsterChenzhuo commented on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-947534858


   @RocMarshal I have corrected the problem you pointed out.Please have a look again


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3632390454c5d80de233d612f026681bb79e8d5b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3632390454c5d80de233d612f026681bb79e8d5b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d401d08d97bb9481281caf4aa25a1b2b30384a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141) 
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   * 3632390454c5d80de233d612f026681bb79e8d5b UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267",
       "triggerID" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0bf509b5cfdb5f035d72539c07d7443aa55e181e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0bf509b5cfdb5f035d72539c07d7443aa55e181e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255) 
   * b3a45fa703517f3de6a52c868c44c767bdde4ea2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267) 
   * 0bf509b5cfdb5f035d72539c07d7443aa55e181e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



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

Posted by GitBox <gi...@apache.org>.
RocMarshal commented on a change in pull request #17508:
URL: https://github.com/apache/flink/pull/17508#discussion_r732453723



##########
File path: docs/data/sql_functions_zh.yml
##########
@@ -850,16 +841,13 @@ json:
   - sql: JSON_OBJECT([[KEY] key VALUE value]* [ { NULL | ABSENT } ON NULL ])
     table: jsonObject(JsonOnNull, keyValues...)
     description: |
-      Builds a JSON object string from a list of key-value pairs.
+      将一个键值对的列表构建成 JSON 对象字符串。

Review comment:
       ```suggestion
         将键值对列表构建为 JSON 对象字符串。
   ```




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



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

Posted by GitBox <gi...@apache.org>.
RocMarshal commented on a change in pull request #17508:
URL: https://github.com/apache/flink/pull/17508#discussion_r732456958



##########
File path: docs/data/sql_functions_zh.yml
##########
@@ -850,16 +841,13 @@ json:
   - sql: JSON_OBJECT([[KEY] key VALUE value]* [ { NULL | ABSENT } ON NULL ])
     table: jsonObject(JsonOnNull, keyValues...)
     description: |
-      Builds a JSON object string from a list of key-value pairs.
+      将一个键值对的列表构建成 JSON 对象字符串。
 
-      Note that keys must be non-`NULL` string literals, while values may be arbitrary expressions.
+      注意,键必须是非 'NULL' 字符串自变量,而值可以是任意表达式。
 
-      This function returns a JSON string. The `ON NULL` behavior defines how to treat `NULL`
-      values. If omitted, `NULL ON NULL` is assumed by default.
+      这个函数返回一个 JSON 字符串。'ON NULL' 行为定义了如何处理 'NULL' 值。如果省略,则默认为 'NULL ON NULL'。
 
-      Values which are created from another JSON construction function call (`JSON_OBJECT`,
-      `JSON_ARRAY`) are inserted directly rather than as a string. This allows building nested JSON
-      structures.
+      值是由另一个 JSON 构造函数调用 ('JSON_OBJECT','JSON_ARRAY') 直接插入所创建,而不是作为一个字符串。他允许构建嵌套的JSON结构。

Review comment:
       值作为由另一个 JSON 构造函数调用 (\`JSON_OBJECT\`, \`JSON_ARRAY\`) 创建的值被直接插入当前对象而不是作为字符串插入。这允许构建嵌套的 JSON 结构。




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



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

Posted by GitBox <gi...@apache.org>.
RocMarshal commented on a change in pull request #17508:
URL: https://github.com/apache/flink/pull/17508#discussion_r732444807



##########
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:
       允许指定一个可选类型的参数限制 JSON 对象是否为指定的类型。?




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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267",
       "triggerID" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255) 
   * b3a45fa703517f3de6a52c868c44c767bdde4ea2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267",
       "triggerID" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "103b49d5ef655be24bbb5abea4cb8f4dd319bc4c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "103b49d5ef655be24bbb5abea4cb8f4dd319bc4c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255) 
   * b3a45fa703517f3de6a52c868c44c767bdde4ea2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267) 
   * 103b49d5ef655be24bbb5abea4cb8f4dd319bc4c UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d401d08d97bb9481281caf4aa25a1b2b30384a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141) 
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267",
       "triggerID" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0bf509b5cfdb5f035d72539c07d7443aa55e181e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0bf509b5cfdb5f035d72539c07d7443aa55e181e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255) 
   * b3a45fa703517f3de6a52c868c44c767bdde4ea2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267) 
   * 0bf509b5cfdb5f035d72539c07d7443aa55e181e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267",
       "triggerID" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0bf509b5cfdb5f035d72539c07d7443aa55e181e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25275",
       "triggerID" : "0bf509b5cfdb5f035d72539c07d7443aa55e181e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0bf509b5cfdb5f035d72539c07d7443aa55e181e Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25275) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267",
       "triggerID" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0bf509b5cfdb5f035d72539c07d7443aa55e181e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25275",
       "triggerID" : "0bf509b5cfdb5f035d72539c07d7443aa55e181e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b3a45fa703517f3de6a52c868c44c767bdde4ea2 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267) 
   * 0bf509b5cfdb5f035d72539c07d7443aa55e181e Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25275) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



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

Posted by GitBox <gi...@apache.org>.
Airblader commented on a change in pull request #17508:
URL: https://github.com/apache/flink/pull/17508#discussion_r735869757



##########
File path: docs/data/sql_functions_zh.yml
##########
@@ -887,15 +875,11 @@ json:
   - sql: JSON_ARRAY([value]* [ { NULL | ABSENT } ON NULL ])
     table: jsonArray(JsonOnNull, values...)
     description: |
-      Builds a JSON array string from a list of values.
+      将一个数值列表构建成一个 JSON 数组字符串。
 
-      This function returns a JSON string. The values can be arbitrary expressions. The `ON NULL`
-      behavior defines how to treat `NULL` values. If omitted, `ABSENT ON NULL` is assumed by
-      default.
+      这个函数返回一个 JSON 字符串,值可以是任意表达式。'ON NULL' 行为定义了如何处理 'NULL' 值。如果省略,则假定 'ABSENT ON NULL' 为默认值。
 
-      Elements which are created from another JSON construction function call (`JSON_OBJECT`,
-      `JSON_ARRAY`) are inserted directly rather than as a string. This allows building nested JSON
-      structures.
+      元素是由另一个 JSON 构造函数调用 ('JSON_OBJECT','JSON_ARRAY') 直接插入所创建,而不是作为一个字符串。他允许构建嵌套的 JSON 结构。

Review comment:
       Yes, this is somewhat magic behavior of these functions, but all other RDBMS implement it this way as well, and it is significantly more useful to users than producing `'["[1]"]` – we discussed this at length. :-) We now also have `JSON_STRING`, so users could use `JSON_ARRAY(JSON_STRING(JSON_ARRAY(1)))` if they really wanted to.

##########
File path: docs/data/sql_functions_zh.yml
##########
@@ -887,15 +875,11 @@ json:
   - sql: JSON_ARRAY([value]* [ { NULL | ABSENT } ON NULL ])
     table: jsonArray(JsonOnNull, values...)
     description: |
-      Builds a JSON array string from a list of values.
+      将一个数值列表构建成一个 JSON 数组字符串。
 
-      This function returns a JSON string. The values can be arbitrary expressions. The `ON NULL`
-      behavior defines how to treat `NULL` values. If omitted, `ABSENT ON NULL` is assumed by
-      default.
+      这个函数返回一个 JSON 字符串,值可以是任意表达式。'ON NULL' 行为定义了如何处理 'NULL' 值。如果省略,则假定 'ABSENT ON NULL' 为默认值。
 
-      Elements which are created from another JSON construction function call (`JSON_OBJECT`,
-      `JSON_ARRAY`) are inserted directly rather than as a string. This allows building nested JSON
-      structures.
+      元素是由另一个 JSON 构造函数调用 ('JSON_OBJECT','JSON_ARRAY') 直接插入所创建,而不是作为一个字符串。他允许构建嵌套的 JSON 结构。

Review comment:
       Yes, this is somewhat magic behavior of these functions, but all other RDBMS implement it this way as well, and it is significantly more useful to users than producing `'["[1]"]'` – we discussed this at length. :-) We now also have `JSON_STRING`, so users could use `JSON_ARRAY(JSON_STRING(JSON_ARRAY(1)))` if they really wanted to.




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



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

Posted by GitBox <gi...@apache.org>.
MonsterChenzhuo commented on a change in pull request #17508:
URL: https://github.com/apache/flink/pull/17508#discussion_r732491168



##########
File path: docs/data/sql_functions_zh.yml
##########
@@ -887,15 +875,11 @@ json:
   - sql: JSON_ARRAY([value]* [ { NULL | ABSENT } ON NULL ])
     table: jsonArray(JsonOnNull, values...)
     description: |
-      Builds a JSON array string from a list of values.
+      将一个数值列表构建成一个 JSON 数组字符串。
 
-      This function returns a JSON string. The values can be arbitrary expressions. The `ON NULL`
-      behavior defines how to treat `NULL` values. If omitted, `ABSENT ON NULL` is assumed by
-      default.
+      这个函数返回一个 JSON 字符串,值可以是任意表达式。'ON NULL' 行为定义了如何处理 'NULL' 值。如果省略,则假定 'ABSENT ON NULL' 为默认值。
 
-      Elements which are created from another JSON construction function call (`JSON_OBJECT`,
-      `JSON_ARRAY`) are inserted directly rather than as a string. This allows building nested JSON
-      structures.
+      元素是由另一个 JSON 构造函数调用 ('JSON_OBJECT','JSON_ARRAY') 直接插入所创建,而不是作为一个字符串。他允许构建嵌套的 JSON 结构。

Review comment:
        '[[1]]' 是由JSON_ARRAY(JSON_ARRAY(1))所创建,它是一个json嵌套数组,而非字符串




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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "770979f7d072b427060500debbe7eaddff7438dd",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "770979f7d072b427060500debbe7eaddff7438dd",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d401d08d97bb9481281caf4aa25a1b2b30384a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141) 
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   * 770979f7d072b427060500debbe7eaddff7438dd UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



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

Posted by GitBox <gi...@apache.org>.
RocMarshal commented on a change in pull request #17508:
URL: https://github.com/apache/flink/pull/17508#discussion_r732457358



##########
File path: docs/data/sql_functions_zh.yml
##########
@@ -887,15 +875,11 @@ json:
   - sql: JSON_ARRAY([value]* [ { NULL | ABSENT } ON NULL ])
     table: jsonArray(JsonOnNull, values...)
     description: |
-      Builds a JSON array string from a list of values.
+      将一个数值列表构建成一个 JSON 数组字符串。

Review comment:
       ```suggestion
         将数值列表构建为 JSON 数组字符串。
   ```




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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-9477][Documentation] translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d401d08d97bb9481281caf4aa25a1b2b30384a Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



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

Posted by GitBox <gi...@apache.org>.
RocMarshal commented on a change in pull request #17508:
URL: https://github.com/apache/flink/pull/17508#discussion_r732557529



##########
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:
       I made some test on the json clause base on latest master branck as follows:
   
   Flink SQL> select '1' IS JSON SCALAR; // true
   [INFO] Result retrieval cancelled.
   
   Flink SQL> select '1' IS JSON VALUE;//true
   [INFO] Result retrieval cancelled.
   
   
   Flink SQL> select '1' IS JSON ARRAY;//false
   [INFO] Result retrieval cancelled.
   
   Flink SQL> select '1' IS JSON OBJECT;//false
   [INFO] Result retrieval cancelled.
   
   I'm not sure if the original content in this page was coded correctly. But we just do the translation work at current pull request, IMO.




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



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

Posted by GitBox <gi...@apache.org>.
RocMarshal commented on a change in pull request #17508:
URL: https://github.com/apache/flink/pull/17508#discussion_r732538452



##########
File path: docs/data/sql_functions_zh.yml
##########
@@ -887,15 +875,11 @@ json:
   - sql: JSON_ARRAY([value]* [ { NULL | ABSENT } ON NULL ])
     table: jsonArray(JsonOnNull, values...)
     description: |
-      Builds a JSON array string from a list of values.
+      将一个数值列表构建成一个 JSON 数组字符串。
 
-      This function returns a JSON string. The values can be arbitrary expressions. The `ON NULL`
-      behavior defines how to treat `NULL` values. If omitted, `ABSENT ON NULL` is assumed by
-      default.
+      这个函数返回一个 JSON 字符串,值可以是任意表达式。'ON NULL' 行为定义了如何处理 'NULL' 值。如果省略,则假定 'ABSENT ON NULL' 为默认值。
 
-      Elements which are created from another JSON construction function call (`JSON_OBJECT`,
-      `JSON_ARRAY`) are inserted directly rather than as a string. This allows building nested JSON
-      structures.
+      元素是由另一个 JSON 构造函数调用 ('JSON_OBJECT','JSON_ARRAY') 直接插入所创建,而不是作为一个字符串。他允许构建嵌套的 JSON 结构。

Review comment:
       OK




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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d401d08d97bb9481281caf4aa25a1b2b30384a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141) 
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d401d08d97bb9481281caf4aa25a1b2b30384a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141) 
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267",
       "triggerID" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255) 
   * b3a45fa703517f3de6a52c868c44c767bdde4ea2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267",
       "triggerID" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255) 
   * b3a45fa703517f3de6a52c868c44c767bdde4ea2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267",
       "triggerID" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0bf509b5cfdb5f035d72539c07d7443aa55e181e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0bf509b5cfdb5f035d72539c07d7443aa55e181e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255) 
   * b3a45fa703517f3de6a52c868c44c767bdde4ea2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267) 
   * 0bf509b5cfdb5f035d72539c07d7443aa55e181e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



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

Posted by GitBox <gi...@apache.org>.
MonsterChenzhuo commented on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-968290261


   @RocMarshal https://github.com/apache/flink/pull/17789   Please check it again. I was delayed by something at home


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d401d08d97bb9481281caf4aa25a1b2b30384a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141) 
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267",
       "triggerID" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255) 
   * b3a45fa703517f3de6a52c868c44c767bdde4ea2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267",
       "triggerID" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255) 
   * b3a45fa703517f3de6a52c868c44c767bdde4ea2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267",
       "triggerID" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0bf509b5cfdb5f035d72539c07d7443aa55e181e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0bf509b5cfdb5f035d72539c07d7443aa55e181e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255) 
   * b3a45fa703517f3de6a52c868c44c767bdde4ea2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267) 
   * 0bf509b5cfdb5f035d72539c07d7443aa55e181e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot commented on pull request #17508: [FLINK-9477][Documentation] translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot commented on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945474490


   Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community
   to review your pull request. We will use this comment to track the progress of the review.
   
   
   ## Automated Checks
   Last check on commit 70d401d08d97bb9481281caf4aa25a1b2b30384a (Mon Oct 18 08:06:37 UTC 2021)
   
   **Warnings:**
    * No documentation files were touched! Remember to keep the Flink docs up to date!
    * **This pull request references an unassigned [Jira ticket](https://issues.apache.org/jira/browse/FLINK-9477).** According to the [code contribution guide](https://flink.apache.org/contributing/contribute-code.html), tickets need to be assigned before starting with the implementation work.
   
   
   <sub>Mention the bot in a comment to re-run the automated checks.</sub>
   ## Review Progress
   
   * ❓ 1. The [description] looks good.
   * ❓ 2. There is [consensus] that the contribution should go into to Flink.
   * ❓ 3. Needs [attention] from.
   * ❓ 4. The change fits into the overall [architecture].
   * ❓ 5. Overall code [quality] is good.
   
   Please see the [Pull Request Review Guide](https://flink.apache.org/contributing/reviewing-prs.html) for a full explanation of the review process.<details>
    The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot approve description` to approve one or more aspects (aspects: `description`, `consensus`, `architecture` and `quality`)
    - `@flinkbot approve all` to approve all aspects
    - `@flinkbot approve-until architecture` to approve everything until `architecture`
    - `@flinkbot attention @username1 [@username2 ..]` to require somebody's attention
    - `@flinkbot disapprove architecture` to remove an approval you gave earlier
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267",
       "triggerID" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0bf509b5cfdb5f035d72539c07d7443aa55e181e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0bf509b5cfdb5f035d72539c07d7443aa55e181e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255) 
   * b3a45fa703517f3de6a52c868c44c767bdde4ea2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267) 
   * 0bf509b5cfdb5f035d72539c07d7443aa55e181e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d401d08d97bb9481281caf4aa25a1b2b30384a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141) 
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d401d08d97bb9481281caf4aa25a1b2b30384a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141) 
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d401d08d97bb9481281caf4aa25a1b2b30384a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141) 
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



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

Posted by GitBox <gi...@apache.org>.
RocMarshal commented on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-948196371


   @MonsterChenzhuo Maybe you should rebase from latest master branch for your branch and resolve the conflicting file before next review .


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d401d08d97bb9481281caf4aa25a1b2b30384a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141) 
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d401d08d97bb9481281caf4aa25a1b2b30384a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141) 
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



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

Posted by GitBox <gi...@apache.org>.
MonsterChenzhuo commented on a change in pull request #17508:
URL: https://github.com/apache/flink/pull/17508#discussion_r732504022



##########
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:
       是这个意思  '1' IS JSON SCALAR  返回为false




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



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

Posted by GitBox <gi...@apache.org>.
RocMarshal commented on a change in pull request #17508:
URL: https://github.com/apache/flink/pull/17508#discussion_r732451314



##########
File path: docs/data/sql_functions_zh.yml
##########
@@ -799,22 +792,20 @@ json:
           DEFAULT FALSE ON ERROR)
 
       -- 0.998D
-      JSON_VALUE('{"a.b": [0.998,0.996]}','$.["a.b"][0]' 
+      JSON_VALUE('{"a.b": [0.998,0.996]}','$.["a.b"][0]'
           RETURNING DOUBLE)
       ```
   - sql: JSON_QUERY(jsonValue, path [ { WITHOUT | WITH CONDITIONAL | WITH UNCONDITIONAL } [ ARRAY ] WRAPPER ] [ { NULL | EMPTY ARRAY | EMPTY OBJECT | ERROR } ON EMPTY ] [ { NULL | EMPTY ARRAY | EMPTY OBJECT | ERROR } ON ERROR ])
     table: STRING.jsonQuery(path [, JsonQueryWrapper [, JsonQueryOnEmptyOrError, JsonQueryOnEmptyOrError ] ])
     description: |
-      Extracts JSON values from a JSON string.
+      从 JSON 字符串中提取 JSON 值。
 
-      The result is always returned as a `STRING`. The `RETURNING` clause is currently not supported.
+      结果总是以 'STRING' 的形式返回。'RETURNING' 的子句目前不受支持。
 
-      The `wrappingBehavior` determines whether the extracted value should be wrapped into an array,
-      and whether to do so unconditionally or only if the value itself isn't an array already.
+      'wrappingBehavior' 决定是否将提取的值包装到一个数组中,以及是否无条件地这样做,还是只有当值本身不是数组时才这样做。

Review comment:
       
         `wrappingBehavior` 指定是否将提取的值包装到一个数组中,以及是否强制处理,还是只有当值本身不是数组时才这样处理。 ?




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



[GitHub] [flink] MonsterChenzhuo closed pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
MonsterChenzhuo closed pull request #17508:
URL: https://github.com/apache/flink/pull/17508


   


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d401d08d97bb9481281caf4aa25a1b2b30384a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141) 
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267",
       "triggerID" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255) 
   * b3a45fa703517f3de6a52c868c44c767bdde4ea2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267",
       "triggerID" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0bf509b5cfdb5f035d72539c07d7443aa55e181e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0bf509b5cfdb5f035d72539c07d7443aa55e181e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255) 
   * b3a45fa703517f3de6a52c868c44c767bdde4ea2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267) 
   * 0bf509b5cfdb5f035d72539c07d7443aa55e181e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



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

Posted by GitBox <gi...@apache.org>.
wuchong commented on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-946421367


   @RocMarshal , could you help to review this PR?


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



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

Posted by GitBox <gi...@apache.org>.
RocMarshal commented on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-946515518


   > @RocMarshal , could you help to review this PR?
   
   @wuchong Of course. I'll have a look.


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9783ff51720622b6a5f33b97b8199779b65e75ea",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9783ff51720622b6a5f33b97b8199779b65e75ea",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d401d08d97bb9481281caf4aa25a1b2b30384a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141) 
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   * 9783ff51720622b6a5f33b97b8199779b65e75ea UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



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

Posted by GitBox <gi...@apache.org>.
RocMarshal commented on a change in pull request #17508:
URL: https://github.com/apache/flink/pull/17508#discussion_r736107166



##########
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?
   
   @Airblader  I just want to prove that description '是这个意思 '1' IS JSON SCALAR 返回为false' is inaccurate.




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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d401d08d97bb9481281caf4aa25a1b2b30384a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141) 
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] RocMarshal edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
RocMarshal edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-948196371


   @MonsterChenzhuo Thanks for the update. Maybe you should rebase from latest master branch for your branch and resolve the conflicting file before next review .


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267",
       "triggerID" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255) 
   * b3a45fa703517f3de6a52c868c44c767bdde4ea2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



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

Posted by GitBox <gi...@apache.org>.
MonsterChenzhuo commented on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-973999045


   @RocMarshal Sorry for the trouble,I'm new to Github and it's not very clear how it works, which led to a previous shutdown and the creation of a new PR.Now I know I can submit multiple times on a PR.


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



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

Posted by GitBox <gi...@apache.org>.
MonsterChenzhuo commented on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-974634974


   @RocMarshal Please go to #17789 to review 


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



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

Posted by GitBox <gi...@apache.org>.
MonsterChenzhuo commented on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-947412864


   > 
   > 
   > Thanks for the contribution. And I left some comments. Please let me know what do you think about .
   
   > Thank you for taking the time to correct it


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d401d08d97bb9481281caf4aa25a1b2b30384a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141) 
   * 383c57567371aec3f9564b3de41f12a0573b53b2 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



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

Posted by GitBox <gi...@apache.org>.
MonsterChenzhuo commented on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-974634974


   @RocMarshal Please go to #17789 to review 


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255) 
   * b3a45fa703517f3de6a52c868c44c767bdde4ea2 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



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

Posted by GitBox <gi...@apache.org>.
RocMarshal commented on a change in pull request #17508:
URL: https://github.com/apache/flink/pull/17508#discussion_r732536943



##########
File path: docs/data/sql_functions_zh.yml
##########
@@ -850,16 +841,13 @@ json:
   - sql: JSON_OBJECT([[KEY] key VALUE value]* [ { NULL | ABSENT } ON NULL ])
     table: jsonObject(JsonOnNull, keyValues...)
     description: |
-      Builds a JSON object string from a list of key-value pairs.
+      将一个键值对的列表构建成 JSON 对象字符串。
 
-      Note that keys must be non-`NULL` string literals, while values may be arbitrary expressions.
+      注意,键必须是非 'NULL' 字符串自变量,而值可以是任意表达式。
 
-      This function returns a JSON string. The `ON NULL` behavior defines how to treat `NULL`
-      values. If omitted, `NULL ON NULL` is assumed by default.
+      这个函数返回一个 JSON 字符串。'ON NULL' 行为定义了如何处理 'NULL' 值。如果省略,则默认为 'NULL ON NULL'。
 
-      Values which are created from another JSON construction function call (`JSON_OBJECT`,
-      `JSON_ARRAY`) are inserted directly rather than as a string. This allows building nested JSON
-      structures.
+      值是由另一个 JSON 构造函数调用 ('JSON_OBJECT','JSON_ARRAY') 直接插入所创建,而不是作为一个字符串。他允许构建嵌套的JSON结构。

Review comment:
       OK.
   `他允许`->`它允许`/`它能够`
   




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



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

Posted by GitBox <gi...@apache.org>.
RocMarshal commented on a change in pull request #17508:
URL: https://github.com/apache/flink/pull/17508#discussion_r732452207



##########
File path: docs/data/sql_functions_zh.yml
##########
@@ -799,22 +792,20 @@ json:
           DEFAULT FALSE ON ERROR)
 
       -- 0.998D
-      JSON_VALUE('{"a.b": [0.998,0.996]}','$.["a.b"][0]' 
+      JSON_VALUE('{"a.b": [0.998,0.996]}','$.["a.b"][0]'
           RETURNING DOUBLE)
       ```
   - sql: JSON_QUERY(jsonValue, path [ { WITHOUT | WITH CONDITIONAL | WITH UNCONDITIONAL } [ ARRAY ] WRAPPER ] [ { NULL | EMPTY ARRAY | EMPTY OBJECT | ERROR } ON EMPTY ] [ { NULL | EMPTY ARRAY | EMPTY OBJECT | ERROR } ON ERROR ])
     table: STRING.jsonQuery(path [, JsonQueryWrapper [, JsonQueryOnEmptyOrError, JsonQueryOnEmptyOrError ] ])
     description: |
-      Extracts JSON values from a JSON string.
+      从 JSON 字符串中提取 JSON 值。
 
-      The result is always returned as a `STRING`. The `RETURNING` clause is currently not supported.
+      结果总是以 'STRING' 的形式返回。'RETURNING' 的子句目前不受支持。
 
-      The `wrappingBehavior` determines whether the extracted value should be wrapped into an array,
-      and whether to do so unconditionally or only if the value itself isn't an array already.
+      'wrappingBehavior' 决定是否将提取的值包装到一个数组中,以及是否无条件地这样做,还是只有当值本身不是数组时才这样做。
 
-      `onEmpty` and `onError` determine the behavior in case the path expression is empty, or in
-      case an error was raised, respectively. By default, in both cases `null` is returned. Other
-      choices are to use an empty array, an empty object, or to raise an error.
+      'onEmpty' 和 'onError' 分别决定路径表达式为空或引发错误时的行为。默认情况下,这两种情况都会返回 'null'。其他选择是

Review comment:
       the quote cases mentioned above.




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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d401d08d97bb9481281caf4aa25a1b2b30384a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141) 
   * 383c57567371aec3f9564b3de41f12a0573b53b2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251) 
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267",
       "triggerID" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0bf509b5cfdb5f035d72539c07d7443aa55e181e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25275",
       "triggerID" : "0bf509b5cfdb5f035d72539c07d7443aa55e181e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255) 
   * b3a45fa703517f3de6a52c868c44c767bdde4ea2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267) 
   * 0bf509b5cfdb5f035d72539c07d7443aa55e181e Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25275) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



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

Posted by GitBox <gi...@apache.org>.
RocMarshal commented on a change in pull request #17508:
URL: https://github.com/apache/flink/pull/17508#discussion_r732397717



##########
File path: docs/data/sql_functions_zh.yml
##########
@@ -742,9 +740,9 @@ json:
   - sql: JSON_EXISTS(jsonValue, path [ { TRUE | FALSE | UNKNOWN | ERROR } ON ERROR ])
     table: STRING.jsonExists(STRING path [, JsonExistsOnError onError])
     description: |
-      Determines whether a JSON string satisfies a given path search criterion.
+      判定一个 JSON 字符串是否满足给定的路径搜索条件。

Review comment:
       ```suggestion
         判定 JSON 字符串是否满足给定的路径搜索条件。
   ```

##########
File path: docs/data/sql_functions_zh.yml
##########
@@ -799,22 +792,20 @@ json:
           DEFAULT FALSE ON ERROR)
 
       -- 0.998D
-      JSON_VALUE('{"a.b": [0.998,0.996]}','$.["a.b"][0]' 
+      JSON_VALUE('{"a.b": [0.998,0.996]}','$.["a.b"][0]'
           RETURNING DOUBLE)
       ```
   - sql: JSON_QUERY(jsonValue, path [ { WITHOUT | WITH CONDITIONAL | WITH UNCONDITIONAL } [ ARRAY ] WRAPPER ] [ { NULL | EMPTY ARRAY | EMPTY OBJECT | ERROR } ON EMPTY ] [ { NULL | EMPTY ARRAY | EMPTY OBJECT | ERROR } ON ERROR ])
     table: STRING.jsonQuery(path [, JsonQueryWrapper [, JsonQueryOnEmptyOrError, JsonQueryOnEmptyOrError ] ])
     description: |
-      Extracts JSON values from a JSON string.
+      从 JSON 字符串中提取 JSON 值。
 
-      The result is always returned as a `STRING`. The `RETURNING` clause is currently not supported.
+      结果总是以 'STRING' 的形式返回。'RETURNING' 的子句目前不受支持。

Review comment:
       ```suggestion
         结果总是以 `STRING` 的形式返回。目前尚不支持 `RETURNING` 子句。
   ```

##########
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:
       允许指定一个可选类型的参数限制 JSON 对象是否为指定的可选类型。?

##########
File path: docs/data/sql_functions_zh.yml
##########
@@ -799,22 +792,20 @@ json:
           DEFAULT FALSE ON ERROR)
 
       -- 0.998D
-      JSON_VALUE('{"a.b": [0.998,0.996]}','$.["a.b"][0]' 
+      JSON_VALUE('{"a.b": [0.998,0.996]}','$.["a.b"][0]'
           RETURNING DOUBLE)
       ```
   - sql: JSON_QUERY(jsonValue, path [ { WITHOUT | WITH CONDITIONAL | WITH UNCONDITIONAL } [ ARRAY ] WRAPPER ] [ { NULL | EMPTY ARRAY | EMPTY OBJECT | ERROR } ON EMPTY ] [ { NULL | EMPTY ARRAY | EMPTY OBJECT | ERROR } ON ERROR ])
     table: STRING.jsonQuery(path [, JsonQueryWrapper [, JsonQueryOnEmptyOrError, JsonQueryOnEmptyOrError ] ])
     description: |
-      Extracts JSON values from a JSON string.
+      从 JSON 字符串中提取 JSON 值。
 
-      The result is always returned as a `STRING`. The `RETURNING` clause is currently not supported.
+      结果总是以 'STRING' 的形式返回。'RETURNING' 的子句目前不受支持。
 
-      The `wrappingBehavior` determines whether the extracted value should be wrapped into an array,
-      and whether to do so unconditionally or only if the value itself isn't an array already.
+      'wrappingBehavior' 决定是否将提取的值包装到一个数组中,以及是否无条件地这样做,还是只有当值本身不是数组时才这样做。

Review comment:
       It would be better if  you could check the `'` to \` at cresponding references .

##########
File path: docs/data/sql_functions_zh.yml
##########
@@ -742,9 +740,9 @@ json:
   - sql: JSON_EXISTS(jsonValue, path [ { TRUE | FALSE | UNKNOWN | ERROR } ON ERROR ])
     table: STRING.jsonExists(STRING path [, JsonExistsOnError onError])
     description: |
-      Determines whether a JSON string satisfies a given path search criterion.
+      判定一个 JSON 字符串是否满足给定的路径搜索条件。
 
-      If the error behavior is omitted, `FALSE ON ERROR` is assumed as the default.
+      如果忽略错误行为, 将 'FALSE ON ERROR' 作为默认设定。

Review comment:
       ```suggestion
         如果忽略错误行为, 那么将 `FALSE ON ERROR` 设为默认值。
   ```

##########
File path: docs/data/sql_functions_zh.yml
##########
@@ -887,15 +875,11 @@ json:
   - sql: JSON_ARRAY([value]* [ { NULL | ABSENT } ON NULL ])
     table: jsonArray(JsonOnNull, values...)
     description: |
-      Builds a JSON array string from a list of values.
+      将一个数值列表构建成一个 JSON 数组字符串。

Review comment:
       ```suggestion
         将数值列表构建成为 JSON 数组字符串。
   ```

##########
File path: docs/data/sql_functions_zh.yml
##########
@@ -765,23 +763,18 @@ json:
   - sql: JSON_VALUE(jsonValue, path [RETURNING <dataType>] [ { NULL | ERROR | DEFAULT <defaultExpr> } ON EMPTY ] [ { NULL | ERROR | DEFAULT <defaultExpr> } ON ERROR ])
     table: STRING.jsonValue(STRING path [, returnType, onEmpty, defaultOnEmpty, onError, defaultOnError])
     description: |
-      Extracts a scalar from a JSON string.
+      从 JSON 字符串中提取标量。
 
-      This method searches a JSON string for a given path expression and returns the value if the
-      value at that path is scalar. Non-scalar values cannot be returned. By default, the value is
-      returned as `STRING`. Using `returningType` a different type can be chosen, with the following
-      types being supported:
+      此方法搜索给定路径表达式的 JSON 字符串,如果该路径上的值是标量,则返回该值。不能返回非标量值。默认情况下,返回值为 'STRING'。
+      使用 'returnsType' 可以选择不同的类型,如下所示:

Review comment:
       ```suggestion
         可以使用 `returnsType` 设置不同的类型,如下所示:
   ```

##########
File path: docs/data/sql_functions_zh.yml
##########
@@ -887,15 +875,11 @@ json:
   - sql: JSON_ARRAY([value]* [ { NULL | ABSENT } ON NULL ])
     table: jsonArray(JsonOnNull, values...)
     description: |
-      Builds a JSON array string from a list of values.
+      将一个数值列表构建成一个 JSON 数组字符串。
 
-      This function returns a JSON string. The values can be arbitrary expressions. The `ON NULL`
-      behavior defines how to treat `NULL` values. If omitted, `ABSENT ON NULL` is assumed by
-      default.
+      这个函数返回一个 JSON 字符串,值可以是任意表达式。'ON NULL' 行为定义了如何处理 'NULL' 值。如果省略,则假定 'ABSENT ON NULL' 为默认值。
 
-      Elements which are created from another JSON construction function call (`JSON_OBJECT`,
-      `JSON_ARRAY`) are inserted directly rather than as a string. This allows building nested JSON
-      structures.
+      元素是由另一个 JSON 构造函数调用 ('JSON_OBJECT','JSON_ARRAY') 直接插入所创建,而不是作为一个字符串。他允许构建嵌套的 JSON 结构。

Review comment:
       
         元素作为另一个 JSON 构造函数调用 (`JSON_OBJECT`,`JSON_ARRAY`) 产生的值直接插入当前所创建的对象而不是作为一个字符串直接插入。这允许构建嵌套的 JSON 结构。

##########
File path: docs/data/sql_functions_zh.yml
##########
@@ -799,22 +792,20 @@ json:
           DEFAULT FALSE ON ERROR)
 
       -- 0.998D
-      JSON_VALUE('{"a.b": [0.998,0.996]}','$.["a.b"][0]' 
+      JSON_VALUE('{"a.b": [0.998,0.996]}','$.["a.b"][0]'
           RETURNING DOUBLE)
       ```
   - sql: JSON_QUERY(jsonValue, path [ { WITHOUT | WITH CONDITIONAL | WITH UNCONDITIONAL } [ ARRAY ] WRAPPER ] [ { NULL | EMPTY ARRAY | EMPTY OBJECT | ERROR } ON EMPTY ] [ { NULL | EMPTY ARRAY | EMPTY OBJECT | ERROR } ON ERROR ])
     table: STRING.jsonQuery(path [, JsonQueryWrapper [, JsonQueryOnEmptyOrError, JsonQueryOnEmptyOrError ] ])
     description: |
-      Extracts JSON values from a JSON string.
+      从 JSON 字符串中提取 JSON 值。
 
-      The result is always returned as a `STRING`. The `RETURNING` clause is currently not supported.
+      结果总是以 'STRING' 的形式返回。'RETURNING' 的子句目前不受支持。
 
-      The `wrappingBehavior` determines whether the extracted value should be wrapped into an array,
-      and whether to do so unconditionally or only if the value itself isn't an array already.
+      'wrappingBehavior' 决定是否将提取的值包装到一个数组中,以及是否无条件地这样做,还是只有当值本身不是数组时才这样做。

Review comment:
       
         `wrappingBehavior` 指定是否将提取的值包装到一个数组中,以及是否强制处理,还是只有当值本身不是数组时才这样处理。 ?

##########
File path: docs/data/sql_functions_zh.yml
##########
@@ -850,16 +841,13 @@ json:
   - sql: JSON_OBJECT([[KEY] key VALUE value]* [ { NULL | ABSENT } ON NULL ])
     table: jsonObject(JsonOnNull, keyValues...)
     description: |
-      Builds a JSON object string from a list of key-value pairs.
+      将一个键值对的列表构建成 JSON 对象字符串。

Review comment:
       ```suggestion
         将键值对列表构建成 JSON 对象字符串。
   ```

##########
File path: docs/data/sql_functions_zh.yml
##########
@@ -765,23 +763,18 @@ json:
   - sql: JSON_VALUE(jsonValue, path [RETURNING <dataType>] [ { NULL | ERROR | DEFAULT <defaultExpr> } ON EMPTY ] [ { NULL | ERROR | DEFAULT <defaultExpr> } ON ERROR ])
     table: STRING.jsonValue(STRING path [, returnType, onEmpty, defaultOnEmpty, onError, defaultOnError])
     description: |
-      Extracts a scalar from a JSON string.
+      从 JSON 字符串中提取标量。
 
-      This method searches a JSON string for a given path expression and returns the value if the
-      value at that path is scalar. Non-scalar values cannot be returned. By default, the value is
-      returned as `STRING`. Using `returningType` a different type can be chosen, with the following
-      types being supported:
+      此方法搜索给定路径表达式的 JSON 字符串,如果该路径上的值是标量,则返回该值。不能返回非标量值。默认情况下,返回值为 'STRING'。

Review comment:
       ```suggestion
         此方法搜索给定路径表达式的 JSON 字符串,如果该路径上的值是标量,则返回该值。不能返回非标量值。默认情况下,返回值类型为 `STRING`。
   ```

##########
File path: docs/data/sql_functions_zh.yml
##########
@@ -799,22 +792,20 @@ json:
           DEFAULT FALSE ON ERROR)
 
       -- 0.998D
-      JSON_VALUE('{"a.b": [0.998,0.996]}','$.["a.b"][0]' 
+      JSON_VALUE('{"a.b": [0.998,0.996]}','$.["a.b"][0]'
           RETURNING DOUBLE)
       ```
   - sql: JSON_QUERY(jsonValue, path [ { WITHOUT | WITH CONDITIONAL | WITH UNCONDITIONAL } [ ARRAY ] WRAPPER ] [ { NULL | EMPTY ARRAY | EMPTY OBJECT | ERROR } ON EMPTY ] [ { NULL | EMPTY ARRAY | EMPTY OBJECT | ERROR } ON ERROR ])
     table: STRING.jsonQuery(path [, JsonQueryWrapper [, JsonQueryOnEmptyOrError, JsonQueryOnEmptyOrError ] ])
     description: |
-      Extracts JSON values from a JSON string.
+      从 JSON 字符串中提取 JSON 值。
 
-      The result is always returned as a `STRING`. The `RETURNING` clause is currently not supported.
+      结果总是以 'STRING' 的形式返回。'RETURNING' 的子句目前不受支持。
 
-      The `wrappingBehavior` determines whether the extracted value should be wrapped into an array,
-      and whether to do so unconditionally or only if the value itself isn't an array already.
+      'wrappingBehavior' 决定是否将提取的值包装到一个数组中,以及是否无条件地这样做,还是只有当值本身不是数组时才这样做。
 
-      `onEmpty` and `onError` determine the behavior in case the path expression is empty, or in
-      case an error was raised, respectively. By default, in both cases `null` is returned. Other
-      choices are to use an empty array, an empty object, or to raise an error.
+      'onEmpty' 和 'onError' 分别决定路径表达式为空或引发错误时的行为。默认情况下,这两种情况都会返回 'null'。其他选择是

Review comment:
       the quote cases mentioned above.

##########
File path: docs/data/sql_functions_zh.yml
##########
@@ -850,16 +841,13 @@ json:
   - sql: JSON_OBJECT([[KEY] key VALUE value]* [ { NULL | ABSENT } ON NULL ])
     table: jsonObject(JsonOnNull, keyValues...)
     description: |
-      Builds a JSON object string from a list of key-value pairs.
+      将一个键值对的列表构建成 JSON 对象字符串。
 
-      Note that keys must be non-`NULL` string literals, while values may be arbitrary expressions.
+      注意,键必须是非 'NULL' 字符串自变量,而值可以是任意表达式。
 
-      This function returns a JSON string. The `ON NULL` behavior defines how to treat `NULL`
-      values. If omitted, `NULL ON NULL` is assumed by default.
+      这个函数返回一个 JSON 字符串。'ON NULL' 行为定义了如何处理 'NULL' 值。如果省略,则默认为 'NULL ON NULL'。
 
-      Values which are created from another JSON construction function call (`JSON_OBJECT`,
-      `JSON_ARRAY`) are inserted directly rather than as a string. This allows building nested JSON
-      structures.
+      值是由另一个 JSON 构造函数调用 ('JSON_OBJECT','JSON_ARRAY') 直接插入所创建,而不是作为一个字符串。他允许构建嵌套的JSON结构。

Review comment:
       值作为由另一个 JSON 构造函数调用 (`JSON_OBJECT`、`JSON_ARRAY`) 创建的值被直接插入当前对象而不是作为字符串插入。这允许构建嵌套的 JSON 结构。




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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-24351][docs] Translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25251",
       "triggerID" : "383c57567371aec3f9564b3de41f12a0573b53b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255",
       "triggerID" : "7f2dd0ed334be6642f0f6a7efaef47c108dc7925",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267",
       "triggerID" : "b3a45fa703517f3de6a52c868c44c767bdde4ea2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f2dd0ed334be6642f0f6a7efaef47c108dc7925 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25255) 
   * b3a45fa703517f3de6a52c868c44c767bdde4ea2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25267) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot commented on pull request #17508: [FLINK-9477][Documentation] translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot commented on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d401d08d97bb9481281caf4aa25a1b2b30384a UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17508: [FLINK-9477][Documentation] translate "JSON Function" pages into Chinese

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17508:
URL: https://github.com/apache/flink/pull/17508#issuecomment-945469753


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141",
       "triggerID" : "70d401d08d97bb9481281caf4aa25a1b2b30384a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d401d08d97bb9481281caf4aa25a1b2b30384a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25141) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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