Re: Parsing a JSON array string as a Flink SQL Array data type

2022-07-12 Thread yuxia
hek Rai" 收件人: "User" , "Jordan Hannel" 发送时间: 星期三, 2022年 7 月 13日 上午 3:02:15 主题: Parsing a JSON array string as a Flink SQL Array data type Hello! I'm trying to use the new JSON functions in Flink 1.15 to parse JSON input data. In particular, using JSON_QUERY, I'

Parsing a JSON array string as a Flink SQL Array data type

2022-07-12 Thread Abhishek Rai
Hello! I'm trying to use the new JSON functions in Flink 1.15 to parse JSON input data. In particular, using JSON_QUERY, I'm able to extract out JSON array elements from a larger JSON record. However, this function returns the JSON array as a string. I'd like to run this array through the SQL U