scovich commented on PR #7888: URL: https://github.com/apache/arrow-rs/pull/7888#issuecomment-3062043701
Looks like a bunch more logical conflicts... also I'm seeing this: ``` warning: unknown lint: `unnecessary_transmutes` --> arrow-array/src/arithmetic.rs:424:17 | 424 | #[allow(unnecessary_transmutes)] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unknown_lints)]` on by default warning: unknown lint: `unnecessary_transmutes` --> arrow-array/src/arithmetic.rs:430:17 | 430 | #[allow(unnecessary_transmutes)] | ^^^^^^^^^^^^^^^^^^^^^^ warning: unknown lint: `unnecessary_transmutes` --> arrow-array/src/arithmetic.rs:441:17 | 441 | #[allow(unnecessary_transmutes)] | ^^^^^^^^^^^^^^^^^^^^^^ warning: unknown lint: `unnecessary_transmutes` --> arrow-array/src/arithmetic.rs:447:17 | 447 | #[allow(unnecessary_transmutes)] | ^^^^^^^^^^^^^^^^^^^^^^ ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org