feat(core): support per-column maximum sequence numbers - #247
Merged
lxy-9602 merged 4 commits intoAug 27, 2026
Conversation
lxy-9602
reviewed
Aug 26, 2026
lxy-9602
reviewed
Aug 26, 2026
lszskye
reviewed
Aug 27, 2026
lszskye
reviewed
Aug 27, 2026
lszskye
reviewed
Aug 27, 2026
lszskye
reviewed
Aug 27, 2026
Align DataFileMeta serialization with the per-column maximum sequence metadata added in Apache Paimon. Bump DataSplit and CommitMessage versions while retaining legacy readers for existing payloads. Co-Authored-By: Claude Code <noreply@anthropic.com> Co-Authored-By: Codex <noreply@openai.com> AI-Model: gpt-5 AI-Contributed/Feature: 359/359 AI-Contributed/UT: 54/54
Define the legacy 20-field layout explicitly and add Java-generated DataSplit v9 and CommitMessage v13 compatibility fixtures from apache/paimon@8cbd3847d6. Co-Authored-By: Claude Code <noreply@anthropic.com> Co-Authored-By: Codex <noreply@openai.com> AI-Model: gpt-5 AI-Contributed/Feature: 37/37 AI-Contributed/UT: 83/83
Require DataFileMeta callers to supply column sequence metadata explicitly. Align the field contract with Java and keep the write-cols legacy serializer read-only. Co-Authored-By: Claude Code <noreply@anthropic.com> Co-Authored-By: Codex <noreply@openai.com> AI-Model: gpt-5 AI-Contributed/Feature: 113/113 AI-Contributed/UT: 698/698
Keep the late-materialization integration test compatible with the explicit DataFileMeta constructor after rebasing onto the latest main. Co-Authored-By: Claude Code <noreply@anthropic.com> Co-Authored-By: Codex <noreply@openai.com> AI-Model: gpt-5 AI-Contributed/Feature: 0/0 AI-Contributed/UT: 3/3
Zouxxyy
force-pushed
the
feat/paimon-2.1-metadata-compatibility
branch
from
August 27, 2026 05:09
b935484 to
34a1412
Compare
Collaborator
|
+1 |
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
Align Paimon C++
DataFileMetaserialization with the per-column maximum sequence metadata introduced by apache/paimon#9313._WRITE_COLS_SEQUENCESfield.DataSplitto version 9 andCommitMessageto version 13.DataFileMetaserializer.Tests
cmake --build build-pr --target paimon-core-test paimon-global-index-test -j 8uvx pre-commit run --all-filesAPI and Format
No public header API changes. The serialized
DataFileMetaformat gains one nullable field. OlderDataSplitandCommitMessagepayloads remain readable through their legacy serializers.Documentation
No user-facing documentation changes are required. This mirrors the Apache Paimon Java metadata schema.
Generative AI tooling
Generated-by: Codex (GPT-5) and Claude Code.