Hi all,

I was wondering if there is any plan to support UNNEST for expressions in 
Impala like what Postgres does?

Sample sql for reference
select unnest(string_to_array(col_string, ‘,’)) from tbl 

Thanks

Reply via email to