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

   All the credit of this PR goes to @caican00. Here is the original 
[PR](https://github.com/apache/spark/pull/37479)
   
   ### What changes were proposed in this pull request?
   put untranslated filters to the right side of the translated filters.
   
   
   ### Why are the changes needed?
   Normally the translated filters (postScanFilters) are simple filters that 
can be evaluated faster, while the untranslated filters are complicated filters 
that take more time to evaluate, so we want to evaluate the postScanFilters 
filters first.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   new UT
   


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