Skip to content

Commit c4838de

Browse files
committed
Update datafusion/sqllogictest/test_files/cte.slt
1 parent 6562cc7 commit c4838de

File tree

1 file changed

+0
-1
lines changed
  • datafusion/sqllogictest/test_files

1 file changed

+0
-1
lines changed

datafusion/sqllogictest/test_files/cte.slt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,6 @@ physical_plan
997997
09)------------WorkTableExec: name=numbers
998998

999999
# Test for issue #16998: SortExec shares DynamicFilterPhysicalExpr across multiple executions
1000-
# This should return 5 rows but currently returns only 2 due to the bug
10011000
query II
10021001
with recursive r as (
10031002
select 0 as k, 0 as v

0 commit comments

Comments
 (0)