jonahgao commented on code in PR #9342: URL: https://github.com/apache/arrow-datafusion/pull/9342#discussion_r1502059746
########## 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: This test shows that `null` is not supported, which conflicts with the error message. -- 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]
