Weijun-H commented on code in PR #9108: URL: https://github.com/apache/arrow-datafusion/pull/9108#discussion_r1482354849
########## datafusion/sqllogictest/test_files/array.slt: ########## @@ -4262,21 +4337,25 @@ NULL [3] [4] # array_ndims scalar function #1 -query III +query error +select array_ndims(1) + +query error +select array_ndims(null) + Review Comment: follow PostgreSQL -- 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]
