-1 for the release, as there are dependencies with LGPL-3.0-only license. tsreaper@DESKTOP-RNBKFOC:~/code/workspace/release/paimon-rust-0.1.0-rc1/paimon-rust-0.1.0$ cargo deny check licenses error[rejected]: failed to satisfy license requirements ┌─ /home/tsreaper/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_avro_fast-2.1.0/Cargo.toml:25:12 │ 25 │ license = "LGPL-3.0-only" │ ━━━━━━━━━━━━━ │ │ │ rejected: license is not explicitly allowed │ ├ LGPL-3.0-only - GNU Lesser General Public License v3.0 only: ├ - OSI approved ├ - FSF Free/Libre ├ - Copyleft ├ serde_avro_fast v2.1.0 └── paimon v0.1.0 ├── paimon-c v0.1.0 ├── paimon-datafusion v0.1.0 │ └── pypaimon_rust v0.1.0 ├── paimon-integration-tests v0.1.0 └── pypaimon_rust v0.1.0 (*)
error[rejected]: failed to satisfy license requirements ┌─ /home/tsreaper/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_serializer_quick_unsupported-1.0.0/Cargo.toml:25:12 │ 25 │ license = "LGPL-3.0-only" │ ━━━━━━━━━━━━━ │ │ │ rejected: license is not explicitly allowed │ ├ LGPL-3.0-only - GNU Lesser General Public License v3.0 only: ├ - OSI approved ├ - FSF Free/Libre ├ - Copyleft ├ serde_serializer_quick_unsupported v1.0.0 └── serde_avro_fast v2.1.0 └── paimon v0.1.0 ├── paimon-c v0.1.0 ├── paimon-datafusion v0.1.0 │ └── pypaimon_rust v0.1.0 ├── paimon-integration-tests v0.1.0 └── pypaimon_rust v0.1.0 (*) licenses FAILED hongbo.xiao <[email protected]> 于2026年4月20日周一 12:12写道: > +1(non-binding) > > I've checked > > 1. Download links are valid. > 2. LICENSE/NOTICE files exist. > 3. All source files have ASF headers. > 4. Can compile from source. > 5. Source files are signed with correct gpg keys and have correct hash > sums. > > > > 原始邮件 > 发件人:yuxia <[email protected]> > 发件时间:2026年4月17日 15:48 > 收件人:dev <[email protected]> > 主题:[VOTE] Release Apache Paimon Rust 0.1.0 (RC1) > > > Hi everyone, > > > Please review and vote on release candidate #1 for Apache Paimon Rust 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-rust-0.1.0-rc1/ > > Git tag: > https://github.com/apache/paimon-rust/releases/tag/v0.1.0-rc1 > > KEYS for signature verification: > https://downloads.apache.org/paimon/KEYS > > You can follow this guide to verify the release candidate: > https://paimon.apache.org/docs/rust/release/verifying-a-release-candidate/ > > > The vote will be open for at least 72 hours. > > Best regards, > Yuxia > > > >
