Re: Pyflink with pulsar

2022-02-19 Thread Ananth Gundabattula
Thanks a lot Wong. I was wondering what the timelines are for the 1.15 release (to plan a things around our CI pipeline). The below information really helps and thanks for the contribution. Regards, Ananth From: Luning Wong Date: Friday, 18 February 2022 at 6:12 pm To: user@flink.apache.org

How to flatten ARRAY in Table API

2022-02-19 Thread Matthias Broecheler
Hey Flinksters, I'm reading a nested JSON object into a table and would like to access the nested rows inside an array. Is there a way to flatten them so that I get a table with the nested rows? So far, I've only been able to figure out how to access a specific element inside the array using the