gustavodemorais commented on code in PR #28850:
URL: https://github.com/apache/flink/pull/28850#discussion_r3710970934
##########
docs/data/sql_functions_zh.yml:
##########
@@ -1309,6 +1309,62 @@ json:
-- '[[1]]'
JSON_ARRAY(JSON_ARRAY(1))
```
+ - sql: JSON_TYPE(jsonValue)
+ table: jsonType(jsonValue)
+ description: |
+ Returns a string value indicating the type of jsonValue. Returns `NULL`
if jsonValue is
+ `NULL` or is not valid JSON.
Review Comment:
Hey @wenshao, It's currently a common practice to have the english version
there first so it can be picked up by another contributor later.
--
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]