jayzhan211 commented on code in PR #9342:
URL: https://github.com/apache/arrow-datafusion/pull/9342#discussion_r1502528154


##########
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:
   Can you also add null checking and return not yet implemented error



-- 
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]

Reply via email to