fix: sync missing changes after repository migration#154
Merged
JingsongLi merged 11 commits intoJul 23, 2026
Conversation
…n write index failed (#398)
Migrate the two remaining hunks from alibaba/paimon-cpp@620adbe; the other hunks are already present in Apache.
JingsongLi
approved these changes
Jul 23, 2026
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: N/A
This PR synchronizes the remaining fixes and follow-up changes from the Alibaba Paimon C++ repository after the Apache migration.
ReaderBuilder::Buildoverload left behind after the Lance cleanup.The original authorship is preserved on the migrated commits. The branch was rebased onto the current Apache
main, and the unrelated LICENSE/NOTICE cleanup from #153 is not included.Tests
API and Format
Adds the global index
CreateReaderoverload accepting field name and index type. Removes the unused path-basedReaderBuilder::Buildoverload. FLOAT and DOUBLE partition fields are now rejected. There are no storage format or protocol changes.Documentation
Updates the build system documentation for relocatable package configuration. No new user-facing feature documentation is required.
Generative AI tooling
Migrated-by: OpenAI Codex