Re: how to split a column value into multiple rows in flink sql?
Posted by Yik San Chan on URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/how-to-split-a-column-value-into-multiple-rows-in-flink-sql-tp43564p43589.html
Hi,
Maybe try row-based flatMap operation in table api. It is available on flink
1.13.x