Skip to content

Commit e15374f

Browse files
adriangbalamb
andauthored
Apply suggestions from code review
Co-authored-by: Andrew Lamb <[email protected]>
1 parent 34c8285 commit e15374f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/core/tests/physical_optimizer/filter_pushdown.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ fn test_pushdown_into_scan() {
187187
}
188188

189189
#[test]
190-
fn test_parquet_pushdown() {
190+
test_filter_collapse() {
191191
// filter should be pushed down into the parquet scan with two filters
192192
let scan = test_scan(FilterSupport::HandledExact);
193193
let predicate1 = col_lit_predicate("a", "foo", schema());

0 commit comments

Comments
 (0)