beliefer opened a new pull request #34779:
URL: https://github.com/apache/spark/pull/34779


   ### What changes were proposed in this pull request?
   Currently, Spark supports push down filters, aggregates and limit. All the 
job is completed by `V2ScanRelationPushDown`.
   But `V2ScanRelationPushDown` have a lot limit.
   Users want apply custom rule for push down after `V2ScanRelationPushDown` 
failed.
   
   
   ### Why are the changes needed?
   Easy for users to apply custom pushdown rules.
   
   
   ### Does this PR introduce _any_ user-facing change?
   'Yes'.
   Users can inject custom early scan pushdown rules.
   
   
   ### How was this patch tested?
   New tests.
   


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

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to