This is an automated email from the ASF dual-hosted git repository.
alamb 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 0b670784b3 Fix intermittent CI test failure (#10120)
0b670784b3 is described below
commit 0b670784b38f0e29c0062606c5696e8fb808389e
Author: Andrew Lamb <[email protected]>
AuthorDate: Wed Apr 17 13:51:20 2024 -0400
Fix intermittent CI test failure (#10120)
---
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 0fe73b2c95..882ab7774e 100644
--- a/datafusion/sqllogictest/test_files/joins.slt
+++ b/datafusion/sqllogictest/test_files/joins.slt
@@ -3673,7 +3673,7 @@ physical_plan
11)------------ProjectionExec: expr=[1 as c, 3 as d]
12)--------------PlaceholderRowExec
-query IIII
+query IIII rowsort
SELECT * FROM (
SELECT 1 as c, 2 as d
UNION ALL