You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "faucct (via GitHub)" <gi...@apache.org> on 2024/02/14 12:18:37 UTC

[PR] PushDownUtils should support not only FileScanBuilder but any SupportsPushDownCatalystFilters [spark]

faucct opened a new pull request, #45099:
URL: https://github.com/apache/spark/pull/45099

   ### What changes were proposed in this pull request?
   
   Making the usage more flexible by migrating it to a trait.
   
   ### Why are the changes needed?
   
   I want to implement a custom `ScanBuilder` supporting pushing predicates, but this code forces me to extend `FileScanBuilder`, though there is an interface exactly for that.
   
   ### Does this PR introduce _any_ user-facing change?
   
   I guess, not.
   
   ### How was this patch tested?
   
   Was not tested.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   No.
   


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