+1 binding

I verified RC3 independently on macOS arm64:

- Source artifact SHA-512: OK
- Source artifact GPG signature: good, signed by Hongbo Xiao’s key
from Apache Paimon KEYS
- Git tag v0.1.0-rc3 resolves to commit 2e82220a7d3601e32a2fbece4c19c3e818c968fa
- Source tarball matches the tag content except expected repo/release
metadata exclusions: .asf.yaml, .gitignore, .github,
deploysettings.xml
- LICENSE and NOTICE are present; no .git, target, jars/classes/shared
libraries, or obvious generated binaries in the source artifact
- cargo test --workspace: passed
- cargo build --release -p paimon-vindex-ffi: passed
- mvn -f java/pom.xml test: passed
- Python editable install plus pytest -v: passed, 3 tests
- C smoke test via CMake: passed
- C++ smoke test via CMake: passed
- Nexus staged POM and jar checksum/signature: OK; jar contains
expected native libs and META-INF/LICENSE, NOTICE, DEPENDENCIES
- TestPyPI metadata/wheel spot-check: version 0.1.0rc3, Apache-2.0
metadata, macOS arm64 wheel contains bundled
libpaimon_vindex_ffi.dylib

Best,
Jingsong

On Mon, Jun 15, 2026 at 7:35 PM Jimmy Tian <[email protected]> wrote:
>
> Hi everyone,
>
> Please review and vote on release candidate #3 for Apache Paimon Vector
> Index 0.1.0.
>
> [ ] +1 Approve the release
> [ ] +0 No opinion
> [ ] -1 Do not approve (please provide specific comments)
>
> The release candidate is available at:
> https://dist.apache.org/repos/dist/dev/paimon/paimon-vector-index-0.1.0-rc3/
>
> Git tag:
> https://github.com/apache/paimon-vector-index/releases/tag/v0.1.0-rc3
>
> Git commit:
> 2e82220a7d3601e32a2fbece4c19c3e818c968fa
>
> KEYS for signature verification:
> https://downloads.apache.org/paimon/KEYS
>
> Java artifacts (Nexus staging):
> https://repository.apache.org/content/repositories/orgapachepaimon-1170/
>
> Python wheels (TestPyPI):
> https://test.pypi.org/project/paimon-vindex/0.1.0rc3/
>
> Verified on Linux x86_64:
> - sha512 checksum: OK
> - GPG signature: Good (Hongbo Xiao, key in KEYS)
> - LICENSE/NOTICE present, no .git/target/binaries
> - Rust:   cargo test --workspace, all pass
> - Java:   build + native binding tests, all pass
> - Python: pytest, all pass
> - C++:    ctest, all pass
>
> The vote will be open for at least 72 hours.
>
> Thanks,
> JianguoTian

Reply via email to