duongcongtoai commented on code in PR #11577: URL: https://github.com/apache/datafusion/pull/11577#discussion_r1759694901
########## datafusion/sqllogictest/test_files/unnest.slt: ########## @@ -165,6 +165,34 @@ select unnest(column1), column1 from unnest_table; 6 [6] 12 [12] +# unnest at different level at the same time +query II +select unnest([1,2,3]), unnest(unnest([[1,2,3]])); Review Comment: fix https://github.com/apache/datafusion/issues/11689 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org