jayzhan211 commented on code in PR #14737: URL: https://github.com/apache/datafusion/pull/14737#discussion_r1981271099
########## datafusion/sqllogictest/test_files/array.slt: ########## @@ -2243,9 +2245,9 @@ select array_sort(column1, 'DESC', 'NULLS LAST') from arrays_values; [30, 29, 28, 27, 26, 25, 23, 22, 21, NULL] [40, 39, 38, 37, 35, 34, 33, 32, 31, NULL] NULL -[50, 49, 48, 47, 46, 45, 44, 43, 42, 41] -[60, 59, 58, 57, 56, 55, 54, 52, 51, NULL] -[70, 69, 68, 67, 66, 65, 64, 63, 62, 61] +[NULL, 50, 49, 48, 47, 46, 45, 44, 43, 42] Review Comment: This seems incorrect 🤔 -- 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