adriangb commented on code in PR #15935:
URL: https://github.com/apache/datafusion/pull/15935#discussion_r2072417846


##########
datafusion/datasource-parquet/src/file_format.rs:
##########
@@ -464,16 +464,16 @@ impl FileFormat for ParquetFormat {
     fn supports_filters_pushdown(
         &self,
         file_schema: &Schema,
-        table_schema: &Schema,

Review Comment:
   Well keep only the table_schema. This fix (this PR) becomes irrelevant once 
we merge the other one. But since that may take longer I thought it was best to 
make this PR as a simpler fix and not mix together a bug fix and larger change. 
Helps others who have forks copy the change, etc.



-- 
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

Reply via email to