JingsongLi opened a new pull request, #8868: URL: https://github.com/apache/paimon/pull/8868
## What changed - Move creation of the byte-keyed bulk-load sort buffer to the storage-neutral `StateUtils`. - Keep the RocksDB helper as a deprecated delegating method for source compatibility. ## Why The sorter configuration is shared state infrastructure and does not depend on RocksDB. Moving it out of `RocksDBState` allows other state backends to reuse it without importing RocksDB implementation classes. ## Validation - `mvn -q -pl paimon-core -am -DskipTests compile` - `mvn -q -pl paimon-core spotless:check -DskipTests` -- 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]
