Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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