Skip to content

[TASK-289] Partitioned KV tables python example#290

Merged
luoyuxia merged 3 commits into
apache:mainfrom
fresh-borzoni:partitioned-kv-python
Feb 9, 2026
Merged

[TASK-289] Partitioned KV tables python example#290
luoyuxia merged 3 commits into
apache:mainfrom
fresh-borzoni:partitioned-kv-python

Conversation

@fresh-borzoni
Copy link
Copy Markdown
Member

closes #289

Added example mirroring rust tests

@fresh-borzoni
Copy link
Copy Markdown
Member Author

@leekeiabstraction @luoyuxia PTAL 🙏

Copy link
Copy Markdown
Contributor

@leekeiabstraction leekeiabstraction left a comment

Choose a reason for hiding this comment

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

TY for the PR! Left comments, PTAL

Comment thread bindings/python/example/example.py Outdated
Comment thread bindings/python/example/example.py
@fresh-borzoni
Copy link
Copy Markdown
Member Author

@leekeiabstraction TY for the review.
Addressed comment. PTAL 🙏

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a new Python bindings example section demonstrating a partitioned primary-key (KV) table workflow (partition creation, upsert, lookup, update, delete), intended to mirror existing Rust examples/tests.

Changes:

  • Introduces a new “Partitioned KV Table” demo in example.py.
  • Creates partitions and exercises upsert/lookup/delete across multiple partitions.
  • Adds verification of expected results (currently via assert statements).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread bindings/python/example/example.py
Comment thread bindings/python/example/example.py
Comment thread bindings/python/example/example.py
Comment thread bindings/python/example/example.py
@fresh-borzoni
Copy link
Copy Markdown
Member Author

Addressed comment

@luoyuxia luoyuxia merged commit 31e9657 into apache:main Feb 9, 2026
13 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.

Add partitioned KV tables to Python bindings example

4 participants