[paimon-vector] Upgrade paimon-vector-index to 0.4.0 - #9341
Merged
JingsongLi merged 1 commit intoAug 21, 2026
Conversation
Upgrade paimon-vector-index-java (Maven) from 0.3.0 to 0.4.0 and paimon-vindex (PyPI) from 0.3.0 to 0.4.0. Changes: - paimon-vector/pom.xml: paimon-vector-index-java 0.3.0 -> 0.4.0 - paimon-python/setup.py: paimon-vindex 0.3.0 -> 0.4.0 - paimon-python/dev/requirements-dev.txt: paimon-vindex 0.3.0 -> 0.4.0 - paimon-python/dev/run_mixed_tests.sh: paimon-vindex 0.3.0 -> 0.4.0 - paimon-python/pypaimon/globalindex/vindex/*.py: update install hint - docs/docs/multimodal-table/global-index/vector.mdx: update install hint
Contributor
|
+1 |
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.
Purpose
Upgrade the
paimon-vector-indexdependency to the newly released0.4.0version.paimon-vector-index0.4.0 has been published to Maven Central (paimon-vector-index-java), crates.io (paimon-vindex-core), and PyPI (paimon-vindex).This PR upgrades the Java and Python artifacts consumed by the paimon repository:
paimon-vector-index-javapaimon-vindexTests
mvn -pl paimon-vector -am compile -DskipTests→ BUILD SUCCESSFiles updated:
paimon-vector/pom.xml— Java dependency version propertypaimon-python/setup.py— Pythonvindexextrapaimon-python/dev/requirements-dev.txt— dev dependencypaimon-python/dev/run_mixed_tests.sh— test install commandspaimon-python/pypaimon/globalindex/vindex/*.py— install hint in error messagesdocs/docs/multimodal-table/global-index/vector.mdx— doc install hint