Skip to content

Commit 5c12fca

Browse files
committed
fix
1 parent 837edf7 commit 5c12fca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • datafusion/sqllogictest/test_files

datafusion/sqllogictest/test_files/cte.slt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,6 +1343,10 @@ WITH RECURSIVE nodes AS (
13431343
FROM nodes
13441344
WHERE nodes.id = 2
13451345
)
1346+
SELECT id, val FROM nodes WHERE id = 1
1347+
----
1348+
1 100
1349+
1 300
13461350

13471351
statement ok
13481352
DROP TABLE pk_table;

0 commit comments

Comments
 (0)