guykhazma commented 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 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 filtering 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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to