Skip to content

Commit

Permalink
Update cte.slt
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaysynnada committed May 21, 2024
1 parent e782be9 commit 21568c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions datafusion/sqllogictest/test_files/cte.slt
Original file line number Diff line number Diff line change
Expand Up @@ -736,11 +736,11 @@ physical_plan
05)----CrossJoinExec
06)------CoalescePartitionsExec
07)--------CoalesceBatchesExec: target_batch_size=8182
08)----------FilterExec: val@0 < 2
09)------------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1
10)--------------WorkTableExec: name=recursive_cte
11)------ProjectionExec: expr=[2 as val]
12)--------PlaceholderRowExec
08)----------ProjectionExec: expr=[]
09)------------FilterExec: val@0 < 2
10)--------------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1
11)----------------WorkTableExec: name=recursive_cte
12)------PlaceholderRowExec

# Test issue: https://github.com/apache/datafusion/issues/9794
# Non-recursive term and recursive term have different types
Expand Down Expand Up @@ -827,4 +827,4 @@ recursive_cte AS (
SELECT * FROM non_recursive_cte, recursive_cte;
----
1 1
1 3
1 3

0 comments on commit 21568c2

Please sign in to comment.