Skip to content

Conversation

@fresh-borzoni
Copy link
Contributor

closes #289

Added example mirroring rust tests

@fresh-borzoni
Copy link
Contributor Author

@leekeiabstraction @luoyuxia PTAL 🙏

Copy link
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

@fresh-borzoni
Copy link
Contributor Author

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

Copy link

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.

@fresh-borzoni
Copy link
Contributor 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

3 participants