Commits


Neville Dipale authored and Andy Grove committed 75f804efbfe
ARROW-9848: [Rust] Implement 0.15 IPC alignment Changes introduced in 0.15.0 changed the buffer alignment by adding a continuation marker to messages. The previous behaviour was then marked as legacy, while both worked under V4 of the IPC metadata version. This change catches the Rust implementation up to other languages, and has the consequence that more integration tests now pass. The change is applied on top of clippy changes, and can be reviewed/merged after the relevant PRs. Closes #8174 from nevi-me/ARROW-9848-on-clippy Authored-by: Neville Dipale <nevilledips@gmail.com> Signed-off-by: Andy Grove <andygrove@nvidia.com>