Skip to content

[python] Add prefix lookup support in python#540

Merged
fresh-borzoni merged 2 commits intoapache:mainfrom
charlesdong1991:issue-536
May 10, 2026
Merged

[python] Add prefix lookup support in python#540
fresh-borzoni merged 2 commits intoapache:mainfrom
charlesdong1991:issue-536

Conversation

@charlesdong1991
Copy link
Copy Markdown
Contributor

Purpose

Add PrefixLookuper and TablePrefixLookup Python bindings wrapping the Rust core PrefixKeyLookuper. Users can now query all rows sharing a common bucket-key prefix.

Linked issue: close #536

Tests

All unit and integration tests passed.

API and Format

Documentation

@charlesdong1991
Copy link
Copy Markdown
Contributor Author

@fresh-borzoni @leekeiabstraction PTAL 🙏

Copy link
Copy Markdown
Member

@fresh-borzoni fresh-borzoni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@charlesdong1991 Ty for the PR, LGTM, minor test comments

Comment thread bindings/python/test/test_kv_table.py
Comment thread bindings/python/test/test_kv_table.py
@charlesdong1991
Copy link
Copy Markdown
Contributor Author

Thanks for the suggestions! tests added, PTAL 🙏 @fresh-borzoni

Copy link
Copy Markdown
Member

@fresh-borzoni fresh-borzoni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@charlesdong1991 Ty, LGTM 👍

@fresh-borzoni fresh-borzoni merged commit 3cd76f3 into apache:main May 10, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[python] Support prefix lookup

2 participants