jianguotian opened a new pull request, #49: URL: https://github.com/apache/paimon-vector-index/pull/49
## Problem The final-tag rust release fails: `cargo publish -p paimon-vindex-core` is rejected by crates.io with `missing or empty metadata fields: description`. `core` and `jni` had no `description` (ffi already had one). RC tags only run `--dry-run`, which skips the server-side metadata check, so this only surfaced on the v0.1.0 publish. ## Fix Add `description` to core and jni Cargo.toml. core dry-run packages clean after this. Source-tarball metadata only — no code change. Lets crates.io accept the publish so v0.1.0 can complete. -- 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]
