liujiayi771 opened a new pull request, #187: URL: https://github.com/apache/paimon-cpp/pull/187
### Purpose Linked issue: N/A Allow the C++ commit path to accept `manifest.delete-file-drop-stats=false`. The disabled value matches the existing C++ behavior, which preserves statistics in DELETE manifest entries. The enabled value remains unsupported and rejected. ### Tests - `./build-release/release/paimon-core-test --gtest_filter='FileStoreCommitImplTest.ValidateCommitOptionsAllowsDisabledManifestDeleteFileDropStats:FileStoreCommitImplTest.ValidateCommitOptionsRejectsUnsupportedOptions'` - `./build-release/release/paimon-core-test --gtest_brief=1` (1579 tests passed) - `pre-commit run --files src/paimon/core/operation/file_store_commit_impl.cpp src/paimon/core/operation/file_store_commit_impl_test.cpp` ### API and Format No public API, storage format, or protocol changes. ### Documentation No documentation changes. This fixes validation of an existing option. ### Generative AI tooling Generated-by: Codex, GPT-5. -- 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]
