Hi,
I'm using Flink SQL and need to do some transformation for one array column, just like spark sql transform function. https://spark.apache.org/docs/latest/api/sql/index.html#transform I found it's not supported by Flink SQL , is there any plan for it? Thank you