alamb commented on PR #9704: URL: https://github.com/apache/arrow-rs/pull/9704#issuecomment-4239072894
I have audited the new claims in `NOTICE.txt` and verified that they accurately reflect the code currently incorporated in the repository. Below is the mapping of each claim to its corresponding implementation and the PR that introduced it: | Full Claim Text (from `NOTICE.txt`) | Affected Code | Introduced by | | :--- | :--- | :--- | | **chronoutil** (MIT)<br>Copyright (c) 2020-2022 Oliver Margetts<br>https://github.com/olliemath/chronoutil | [`arrow-array/src/delta.rs`](https://github.com/apache/arrow-rs/blob/main/arrow-array/src/delta.rs) | [#2031](https://github.com/apache/arrow-rs/pull/2031): *Add support for adding intervals to dates* | | **compact-thrift** (Apache 2.0)<br>Copyright Jörn Horstmann<br>https://github.com/jhorstmann/compact-thrift | [`parquet/src/parquet_macros.rs`](https://github.com/apache/arrow-rs/blob/main/parquet/src/parquet_macros.rs) | [#8530](https://github.com/apache/arrow-rs/pull/8530): *Use custom thrift parser for parquet metadata (phase 1 of Thrift remodel)* | | **parity-common uint** (Apache 2.0 / MIT)<br>Copyright Parity Technologies<br>https://github.com/paritytech/parity-common | [`arrow-buffer/src/bigint/div.rs`](https://github.com/apache/arrow-rs/blob/main/arrow-buffer/src/bigint/div.rs) | [#4663](https://github.com/apache/arrow-rs/pull/4663): *Faster i256 Division (2-100x)* | | **simdjson** (Apache 2.0)<br>https://github.com/simdjson/simdjson | [`arrow-json/src/reader/tape.rs`](https://github.com/apache/arrow-rs/blob/main/arrow-json/src/reader/tape.rs) | [#3479](https://github.com/apache/arrow-rs/pull/3479): *Add Raw JSON Reader (~2.5x faster)* | The updates to `arrow-array/Cargo.toml` and the addition of `arrow-array/LICENSE-MIT` correctly account for the `chronoutil` code, which was previously unlisted in the package manifest. -- 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]
