jayzhan211 commented on code in PR #15299: URL: https://github.com/apache/datafusion/pull/15299#discussion_r2004540986
########## datafusion/sqllogictest/test_files/union.slt: ########## @@ -910,8 +910,8 @@ SELECT * FROM (SELECT y FROM u1 UNION ALL SELECT y FROM u2) ORDER BY y; query I SELECT * FROM v1; Review Comment: If this result is not deterministic, we need rowsort for it -- 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