alan910127 commented on code in PR #14737: URL: https://github.com/apache/datafusion/pull/14737#discussion_r1969235204
########## datafusion/sqllogictest/test_files/array.slt: ########## @@ -2546,8 +2568,10 @@ select array_append(column1, arrow_cast(make_array(1, 11, 111), 'FixedSizeList(3 # DuckDB: [4] # ClickHouse: Null # Since they dont have the same result, we just follow Postgres, return error -query error +query ? select array_prepend(4, NULL); +---- +[4] Review Comment: did I break this? 😢 ########## datafusion/sqllogictest/test_files/array.slt: ########## @@ -5271,9 +5294,11 @@ NULL [3] [5] # array_ndims scalar function #1 #follow PostgreSQL -query error +query I select array_ndims(null); +---- +NULL Review Comment: and this? -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org