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


   Co-Authored-By: DB Tsai [email protected]
   Co-Authored-By: Huaxin Gao [email protected]
   ### What changes were proposed in this pull request?
   This is the 2nd PR for V2 Filter support. These PR does the following:
   
   - Add V1 Filter.toV2 method
   - Add V2Filter.toV1 method
   - Add translateFilter method in DataSourceV2Strategy to use the V2 Filters
   
   ### Why are the changes needed?
   To eliminate the unnecessary conversion between Catalyst types and Scala 
types when using Filters.
   
   
   ### Does this PR introduce _any_ user-facing change?
   yes
   V1 Filter.toV2 and V2Filter.toV1 methods
   
   
   ### How was this patch tested?
   Added 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