yihua opened a new pull request, #9669:
URL: https://github.com/apache/hudi/pull/9669

   ### Change Logs
   
   This fixes the Hudi file writers to honor bloom filter configs.  Before this 
fix, the bloom filter parameters are hard-coded in `HoodieFileWriterFactory`.
   
   Given that `HoodieFileWriterFactory` is in `hudi-common` module, the bloom 
filter-related configs are moved from `HoodieIndexConfig` (in 
`hudi-client-common` module) to `HoodieStorageConfig` (in `hudi-common` 
module), so they can be referenced.
   
   ### Impact
   
   Make sure bloom filter configs take effect.
   
   ### Risk level
   
   low
   
   ### Documentation Update
   
   We need to add a regression note.
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


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