This is an automated email from the ASF dual-hosted git repository.
jeffreyvo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new fa949ba7ed fix: another non-deterministic join test (#10122)
fa949ba7ed is described below
commit fa949ba7ed467ba320136c16ebf4920d64c81466
Author: Eduard Karacharov <[email protected]>
AuthorDate: Thu Apr 18 00:42:53 2024 +0300
fix: another non-deterministic join test (#10122)
---
datafusion/sqllogictest/test_files/joins.slt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/datafusion/sqllogictest/test_files/joins.slt
b/datafusion/sqllogictest/test_files/joins.slt
index 882ab7774e..aa84031d55 100644
--- a/datafusion/sqllogictest/test_files/joins.slt
+++ b/datafusion/sqllogictest/test_files/joins.slt
@@ -3627,7 +3627,7 @@ physical_plan
13)------------ProjectionExec: expr=[1 as c, 3 as d]
14)--------------PlaceholderRowExec
-query IIII
+query IIII rowsort
SELECT * FROM (
SELECT 1 as c, 2 as d
UNION ALL