jayzhan211 commented on code in PR #10790: URL: https://github.com/apache/datafusion/pull/10790#discussion_r1626166147
########## datafusion/sqllogictest/test_files/array.slt: ########## @@ -2030,6 +2030,13 @@ NULL [, 51, 52, 54, 55, 56, 57, 58, 59, 60] [61, 62, 63, 64, 65, 66, 67, 68, 69, 70] +# test with empty array +query ? +select array_sort([]); +---- +[] Review Comment: free fix because of changing default type to i64 ########## datafusion/sqllogictest/test_files/array.slt: ########## @@ -2622,6 +2629,12 @@ drop table large_array_repeat_table; ## array_concat (aliases: `array_cat`, `list_concat`, `list_cat`) +# test with empty array +query ? +select array_concat([]); +---- +[] Review Comment: free fix because of changing default type to i64 -- 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