Conversation
zjw1111
marked this pull request as draft
September 18, 2026 05:19
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: #361
_INDEX_SCOREprojection.Tests
CCACHE_DISABLE=1 cmake --build build --target paimon-core-test paimon-lumina-index-test -j 8ASAN_OPTIONS=detect_leaks=0 ./build/debug/paimon-core-test --gtest_filter='RawFileSplitReadTest.*:InternalReadContext.*:TableReadTest.*:FileIndexEvaluatorTest.*:MergeFileSplitReadTest.*'(43 passed)ASAN_OPTIONS=detect_leaks=0 ./build/debug/paimon-lumina-index-test --gtest_filter='LuminaFileIndexTest.*'(2 passed)pre-commiton the latest changed C++ files andgit diff --checkpassed.API and Format
Adds File Index search requests/readers and a scored file-local result type. Adjusts the File Index reader options interface. The persisted File Index format is unchanged.
Documentation
API comments describe the new search and score behavior. No standalone user guide is included in this PR.
Generative AI tooling
Generated-by: OpenAI Codex (GPT-5-based; desktop app version not exposed).