yunchipang opened a new pull request, #463:
URL: https://github.com/apache/hudi-rs/pull/463

   ## Description
   
   <!--- Describe your changes in detail -->
   
   Makes `filters` argument accept generic predicates besides partition 
filters. Separates user-provided filters into partition filters (for partition 
pruning) and data filters (for parquet column stats-based file skipping), and 
improves query performance by reducing number of files scanned.
   
   <!--- If it fixes an open issue, please link to the issue here. -->
   
   <!--- Please link any related issues and PRs as well. -->
   
   ## How are the changes test-covered
   
   - [ ] N/A
   - [x] Automated tests (unit and/or integration tests)
   - [ ] Manual tests
     - [ ] Details are described below
   


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