YjyJeff commented on code in PR #9592: URL: https://github.com/apache/arrow-datafusion/pull/9592#discussion_r1522896486
########## datafusion/sqllogictest/test_files/unnest.slt: ########## @@ -135,11 +135,6 @@ select array_remove(column1, 4), unnest(column2), column3 * 10 from unnest_table query error DataFusion error: Error during planning: unnest\(\) can only be applied to array, struct and null select unnest(column3) from unnest_table; -## Unnest multiple columns -query error DataFusion error: This feature is not implemented: Only support single unnest expression for now -select unnest(column1), unnest(column2) from unnest_table; Review Comment: @jayzhan211 I renamed it to "multiple unnest functions" -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
