Skip to content

Commit

Permalink
test: fix intermittent failure in cte.slt (#9934)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgao authored Apr 4, 2024
1 parent 202f415 commit c47a80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/sqllogictest/test_files/cte.slt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c47a80a

Please sign in to comment.