We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c8285 commit e15374fCopy full SHA for e15374f
datafusion/core/tests/physical_optimizer/filter_pushdown.rs
@@ -187,7 +187,7 @@ fn test_pushdown_into_scan() {
187
}
188
189
#[test]
190
-fn test_parquet_pushdown() {
+test_filter_collapse() {
191
// filter should be pushed down into the parquet scan with two filters
192
let scan = test_scan(FilterSupport::HandledExact);
193
let predicate1 = col_lit_predicate("a", "foo", schema());
0 commit comments