rahil-c opened a new pull request, #17766: URL: https://github.com/apache/hudi/pull/17766
### Describe the issue this Pull Request addresses Introducing a new config `PLAN_STRATEGY_FLOOR_FILE_LIMIT` which only considers clustering on files greater than the specified limit. (Note this is to be used in conjuction with the existing `PLAN_STRATEGY_SMALL_FILE_LIMIT` which only considers clustering on files less than the small file limit which acts as a ceiling). ### Summary and Changelog * Added new config `PLAN_STRATEGY_FLOOR_FILE_LIMIT` * Updated logic in `getFileSlicesEligibleForClustering` to use new config * Add spark functional test `TestSparkSizeBasedClusteringWithFloorLimit` for testing this config ### Impact none ### Risk Level low ### Documentation Update new config update `PLAN_STRATEGY_FLOOR_FILE_LIMIT` ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Enough context is provided in the sections above - [ ] Adequate tests were added if applicable -- 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]
