jayzhan211 commented on code in PR #9342: URL: https://github.com/apache/arrow-datafusion/pull/9342#discussion_r1502524224
########## 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: It is an error because unnest with null is not supported, but it should, so the error message contains null and struct. -- 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]
