guykhazma edited a comment on issue #27157: [SPARK-30475][SQL] File source V2: 
Push data filters for file listing
URL: https://github.com/apache/spark/pull/27157#issuecomment-572819405
 
 
   @gengliangwang as for the tests I have added to the existing tests a check 
that the `dataFilters` are indeed passed to the `FileScan`.
   In addition I have added a test which doesn't have `partitionFilters` so 
only the `dataFilters` should  be not empty.
   Since the current `FileIndex` is not affected by the `dataFilters` there is 
no test that checks any pruning besides the pruning that is done by the 
`partitionFilters`.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to