jayzhan211 commented on code in PR #9108: URL: https://github.com/apache/arrow-datafusion/pull/9108#discussion_r1490720419
########## datafusion/sqllogictest/test_files/array.slt: ########## @@ -4296,10 +4384,10 @@ select array_ndims(column4) from array_ndims_table; ---- -0 1 2 5 -0 1 2 5 -0 1 2 5 -0 1 2 5 +1 1 2 5 +1 1 2 5 +NULL 1 2 5 Review Comment: It should be an error here too, or just remove the first column -- 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]
