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


   Co-Authored-By: DB Tsai [email protected]
   Co-Authored-By: Huaxin Gao [email protected]
   
   ### What changes were proposed in this pull request?
   Currently, DS V2 still uses V1 filters. We need to add V2 filters and use 
these V2 filters in V2 codepath. This PR aims to add the following V2 filters
   
   - EqualTo
   - EqualNullSafe
   - GreaterThan
   - GreaterThanOrEqual
   - LessThan
   - LessThanOrEqual
   - InIsNull
   - IsNotNull
   - And
   - Or
   - Not
   - StringStartsWith
   - StringEndsWith
   - StringContains
   - AlwaysTrue
   - AlwaysFalse
   
   
   ### Why are the changes needed?
   to complete DS V2 implementation
   
   
   ### Does this PR introduce _any_ user-facing change?
   Yes. The new V2 filters
   
   
   ### How was this patch tested?
   new test
   


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