adriangb commented on code in PR #15935: URL: https://github.com/apache/datafusion/pull/15935#discussion_r2072373837
########## datafusion/datasource-parquet/src/row_filter.rs: ########## @@ -662,14 +660,11 @@ mod test { assert!(!can_expr_be_pushed_down_with_schemas( &expr, &file_schema, - &table_schema )); } #[test] - fn projected_columns_prevent_pushdown() { - let table_schema = get_basic_table_schema(); - + fn projected_or_partition_columns_prevent_pushdown() { Review Comment: This test actually tests for this... except that since both schemas were being passed in it hit the bug as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org