Skip to content

Commit

Permalink
Remove reference to issue apache#4028 as it will be closed
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjunetime committed Sep 16, 2024
1 parent f8adb43 commit ec5f21b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ physical_plan

# When filter pushdown *is* enabled, ParquetExec can filter exactly,
# not just metadata, so we expect to see no FilterExec
# once https://github.com/apache/datafusion/issues/4028 is fixed
query T
select a from t_pushdown where b > 2 ORDER BY a;
----
Expand Down

0 comments on commit ec5f21b

Please sign in to comment.