jayzhan211 commented on code in PR #9108: URL: https://github.com/apache/arrow-datafusion/pull/9108#discussion_r1494602269
########## 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: You are right, I thought it should be an error just like array_ndims(NULL) is -- 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]
