shyjsarah opened a new pull request, #9341: URL: https://github.com/apache/paimon/pull/9341
## What changes are included in this PR? This PR upgrades the `paimon-vector-index` dependency to the newly released `0.4.0` version. ### Changes | Artifact | Registry | Old version | New version | |---|---|---|---| | `paimon-vector-index-java` | Maven Central | 0.3.0 | 0.4.0 | | `paimon-vindex` | PyPI | 0.3.0 | 0.4.0 | Files updated: - `paimon-vector/pom.xml` — Java dependency version property - `paimon-python/setup.py` — Python `vindex` extra - `paimon-python/dev/requirements-dev.txt` — dev dependency - `paimon-python/dev/run_mixed_tests.sh` — test install commands - `paimon-python/pypaimon/globalindex/vindex/*.py` — install hint in error messages - `docs/docs/multimodal-table/global-index/vector.mdx` — doc install hint ## Verified - `mvn -pl paimon-vector -am compile -DskipTests` → BUILD SUCCESS ## Release notes `paimon-vector-index` 0.4.0 has been published to Maven Central, crates.io, and PyPI. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
