jiayuasu opened a new pull request, #1186: URL: https://github.com/apache/sedona-db/pull/1186
## Summary - replace fixed-size byte chunk decoding with `slice::as_chunks` - retain `chunks_exact` in the generic pixel helper with a documented, targeted allowance because stable Rust cannot use `size_of::<T>()` as a const-generic argument - restore Clippy compatibility with Rust 1.98 ## Context The stable toolchain moved from Rust 1.97.1 to 1.98.0. The new `chunks_exact_to_as_chunks` lint is promoted to an error by the workspace CI's `-Dwarnings` setting, which caused the `clippy` job on `main` to fail. Failed job: https://github.com/apache/sedona-db/actions/runs/32623972713/job/97156348746 ## Testing - `cargo +1.98.0 clippy --workspace --all-targets --all-features -- -Dwarnings` - `cargo +1.98.0 test -p sedona-testing -p sedona-functions --all-features` - `cargo fmt --all -- --check` -- 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]
