feat(python): add preprocessed_data and range_id for range-based BTree index#5941
Open
touch-of-grey wants to merge 1 commit intolance-format:mainfrom
Open
Conversation
…sed BTree index Expose the preprocessed_data and range_id parameters in pylance's create_scalar_index binding, enabling range-based sorted BTree index builds from external orchestrators like lance-ray. - Extract range_id from kwargs and serialize into ScalarIndexParams for BTREE - Extract preprocessed_data from kwargs via ArrowArrayStreamReader - Use execute_uncommitted when preprocessed_data is provided (skip commit) - Forward both params through Python create_scalar_index Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 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.
Summary
preprocessed_dataandrange_idparameters in pylance'screate_scalar_indexbindingrange_idfrom kwargs and serialize intoScalarIndexParams.paramsJSON for BTREEpreprocessed_datafrom kwargs viaArrowArrayStreamReaderand pass to index builderexecute_uncommittedwhenpreprocessed_datais provided (matching Java binding'sshould_skip_commitlogic)create_scalar_indexThis is a prerequisite for lance-ray's range-based sorted BTree index support (lance-format/lance-ray#92).
Test plan
cargo clippypassescargo fmtpassescc @jackye1995 @chenghao-guo
🤖 Generated with Claude Code