chore: prepare the repository for v0.3.0 - #162
Merged
Merged
Conversation
zjw1111
marked this pull request as ready for review
August 1, 2026 04:22
zjw1111
force-pushed
the
codex/docs-config-alignment
branch
from
August 1, 2026 04:31
f8e1dd5 to
ed8d8b0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Prepare the repository and release tooling for Apache Paimon C++ v0.3.0.
SpecialFieldIdsconstants safe for external ODR-use through C++17 inline constexpr definitions and cover that usage in the install smoke test.Linked issue: None.
Tests
python3 -m unittest scripts.releasing.tests.test_release_tools(13 tests)bash -n scripts/releasing/verify_release_candidate.shpre-commit run --files <changed-files>git diff --checklibpaimon.API and Format
The public
SpecialFieldIdsinteger constants are now C++17inline static constexprdefinitions so external ODR-use links correctly. There is no storage-format or protocol change.Documentation
Updates contributor, build, release, user-guide, API, and website documentation. The website identity is consistently “Apache Paimon C++”, and release-key guidance now requires 4096-bit RSA keys.
Generative AI tooling
Generated-by: Codex (GPT-5)