{{ message }}
feat(format): introduce parquet format components - #48
Merged
Conversation
leaves12138
approved these changes
Jun 4, 2026
leaves12138
left a comment
Contributor
There was a problem hiding this comment.
Reviewed PR #48 as an intermediate step in the Parquet format migration. The missing follow-up dependencies are expected to be added by later PRs, so they are not blockers for this staged split. I did not find other blockers. Approved.
Closed
2 tasks
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
Linked issue: close #xxx
Introduce selected Parquet format components migrated from the Alibaba source repository:
This PR intentionally contains only the 16 requested files. Dependency closure files are left for follow-up migration batches.
License handling:
parquet_schema_util.handparquet_schema_util.cpp.parquet_schema_util.handparquet_schema_util.cppto the Apache Arrow section inLICENSE; the targetNOTICEalready contains the Apache Arrow notice.External contributor handling:
Co-authored-bytrailer was required by the migration threshold rules.Tests
git diff --checkgit diff --cached --checkpython3 /home/jinli.zjw/.codex/skills/paimon-cpp-migrate/scripts/analyze_external_contributors.py --files ...API and Format
This adds Parquet format implementation files under
src/paimon/format/parquet/. No files underinclude/are added in this PR.Documentation
No documentation updates.
Generative AI tooling
Migrated-by: Codex