jonathanc-n opened a new pull request, #203:
URL: https://github.com/apache/hudi-rs/pull/203

   ## Description
   
   <!--- Describe your changes in detail -->
   Added `Expr` to `PartitionFilter` conversion to pass in filters. Datafusion 
will pass down all filters for now using `supports_filters_pushdown` and will 
filter after partition filters.
   <!--- If it fixes an open issue, please link to the issue here. -->
   Closes #160.
   
   ## Steps forward
   I noticed the pr was getting a bit big to be reviewed all at once, here are 
some things that will be worked on afterwards:
   - Support more operators
   - Support more Datafusion Expressions
   - Enhance the python implementation for filter conversion
   
   ## How are the changes test-covered
   Added unit tests for all added functionality
   


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

Reply via email to