Skip to content

Upgrade paimon-vindex-core to 0.4.0 - #737

Open
shyjsarah wants to merge 2 commits into
apache:mainfrom
shyjsarah:upgrade/paimon-vindex-core-0.4.0
Open

Upgrade paimon-vindex-core to 0.4.0#737
shyjsarah wants to merge 2 commits into
apache:mainfrom
shyjsarah:upgrade/paimon-vindex-core-0.4.0

Conversation

@shyjsarah

@shyjsarah shyjsarah commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Purpose

Linked issue: N/A (dependency upgrade)

Upgrade the paimon-vindex-core crate dependency to the newly released 0.4.0 version. paimon-vector-index 0.4.0 has been published to Maven Central, crates.io, and PyPI.

Brief change log

Upgrade paimon-vindex-core from 0.3.0 to 0.4.0:

  • crates/paimon/Cargo.toml — workspace dependency version
  • crates/paimon/DEPENDENCIES.rust.tsv — license/dependency manifest
  • Cargo.lock — updated lock entries

Tests

  • cargo check -p paimon → BUILD SUCCESS
  • cargo test -p paimon vindex → 171 passed, 0 failed, 1 ignored (manual perf benchmark)

API and Format

No API or storage format changes. This is a dependency version bump only; the existing vindex module code compiles and all tests pass against 0.4.0 without source changes.

Documentation

No documentation updates required.

Upgrade the paimon-vindex-core crate dependency from 0.3.0 to 0.4.0.

Changes:
- crates/paimon/Cargo.toml: paimon-vindex-core 0.3.0 -> 0.4.0
- crates/paimon/DEPENDENCIES.rust.tsv: version bump
- Cargo.lock: updated lock entries

Verified:
- cargo check -p paimon: BUILD SUCCESS
- cargo test -p paimon vindex: 171 passed, 0 failed
The CI check job verifies that all DEPENDENCIES.rust.tsv reports are
in sync. The previous commit only updated crates/paimon; this commit
updates the remaining 8 tsv files that transitively reference
paimon-vindex-core.
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.

1 participant