davidradl commented on code in PR #26473: URL: https://github.com/apache/flink/pull/26473#discussion_r2050454514
########## docs/content/docs/connectors/table/formats/json.md: ########## @@ -257,6 +257,37 @@ The following table lists the type mapping from Flink type to JSON type. </tbody> </table> +Features +-------- +### Allow top-level JSON Arrays + +Usually, we assume the top-level of json string is a json object. Then the json object is converted to one SQL row. Review Comment: nit : json object -> stringified json object json array -> stringified json array -- 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-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org