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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]