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 c47a80ae5e test: fix intermittent failure in cte.slt (#9934)
c47a80ae5e is described below
commit c47a80ae5ee8caba736f56db3f5f4db4302167c5
Author: Jonah Gao <[email protected]>
AuthorDate: Fri Apr 5 00:25:47 2024 +0800
test: fix intermittent failure in cte.slt (#9934)
---
datafusion/sqllogictest/test_files/cte.slt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/datafusion/sqllogictest/test_files/cte.slt
b/datafusion/sqllogictest/test_files/cte.slt
index eec7eb0e33..24797eae0f 100644
--- a/datafusion/sqllogictest/test_files/cte.slt
+++ b/datafusion/sqllogictest/test_files/cte.slt
@@ -748,7 +748,7 @@ RecursiveQueryExec: name=recursive_cte, is_distinct=false
# Test issue: https://github.com/apache/arrow-datafusion/issues/9794
# Non-recursive term and recursive term have different types
-query IT
+query IT rowsort
WITH RECURSIVE my_cte AS(
SELECT 1::int AS a
UNION ALL