leaves12138 opened a new pull request, #8137: URL: https://github.com/apache/paimon/pull/8137
### Purpose Increase the default `btree-index.records-per-range` from 1,000,000 to 10,000,000 so newly written BTree global index files target larger ranges by default. ### Changes - Update `BTreeIndexOptions.BTREE_INDEX_RECORDS_PER_RANGE` default value to `10_000_000L`. - Add a unit test to pin the default value. ### Tests - `mvn -pl paimon-common -am -Pfast-build -DfailIfNoTests=false -Dtest=BTreeIndexOptionsTest test` ### Notes - `mvn -pl paimon-common -DskipTests spotless:check checkstyle:check` and the same command with `-am` were blocked by resolving the remote snapshot `paimon-test-utils:1.5-20260605.010817-72`; the targeted test above passed after building required modules with `-am`. -- 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]
