jayzhan211 commented on code in PR #9342: URL: https://github.com/apache/arrow-datafusion/pull/9342#discussion_r1502526685
########## 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: Maybe we can checking null beforehand and return not yet implemented error, so does 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]
