shyjsarah opened a new pull request, #593: URL: https://github.com/apache/paimon-rust/pull/593
### Purpose Linked issue: N/A (CI hotfix) Fix release-license generation for Python artifacts after `paimon-ftindex-core` introduced the transitive `jieba-rs` and `jieba-macros` dependencies. Their crates.io packages do not include the workspace license file, so `scripts/release_licenses.py --check` rejects the unresolved generic MIT placeholder. This extracts the focused legal-metadata fix from #591 and unblocks #571. ### Brief change log - Add the verified upstream `jieba-rs` workspace MIT license and document its pinned source. - Add a repository-backed license correction for `jieba-rs` and `jieba-macros`. - Allow license corrections to cover multiple resolved versions of the same crate while requiring identical license text. - Add regression coverage for the Jieba correction, repository-backed licenses, duplicate crate versions, and legal-file registration. ### Tests - [x] `uv run --python 3.11 --no-project python -m unittest discover -s scripts/tests -p "test_*.py"` - [x] `cargo fetch --locked` - [x] `python3 scripts/release_licenses.py --check` — validated 21 generated binary legal files - [x] `cargo fmt --all -- --check` - [x] `git diff --check` ### API and Format No public API or storage-format changes. ### Documentation Update `third-party-licenses/README.md` with the pinned upstream source for the Jieba workspace license. -- 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]
