You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/03/04 05:34:14 UTC

[GitHub] [spark] stczwd edited a comment on pull request #35669: [SPARK-38041][SQL] DataFilter pushed down with PartitionFilter

stczwd edited a comment on pull request #35669:
URL: https://github.com/apache/spark/pull/35669#issuecomment-1058842991


   >  Seems to me that data filters and partition filters are separated differently in V1 and V2 file sources and your optimization only work for V2 file source?
   
   Yes, this is only worked with v2 file source. It won't work with v1 file source even if `spark.sql.parquet.filterPushdown.partition` is set to `true`. I did find the different of filter pushing down between v1 and v2 file source, thus I only considered v2 filesource here.


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org