jonahgao commented on code in PR #9342: URL: https://github.com/apache/arrow-datafusion/pull/9342#discussion_r1502559343
########## datafusion/sqllogictest/test_files/unnest.slt: ########## @@ -36,7 +36,7 @@ select unnest([1,2,3]); 2 3 -query error DataFusion error: Error during planning: unnest\(\) can only be applied to array and structs and null +query error DataFusion error: Error during planning: unnest\(\) can only be applied to array and struct select unnest(null); Review Comment: I misunderstood the intention of this error message. Fixed and thank you! -- 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]
