-
Notifications
You must be signed in to change notification settings - Fork 4k
Description
There are a number of IPC changes and features which the Rust implementation has fallen behind on. It's effectively using the legacy format that was released in 0.14.x.
Some that I encountered are:
-
change padding from 4 bytes to 8 bytes (along with the padding algorithm)
-
add an IPC writer option to support the legacy format and updated format
-
add error handling for the different metadata versions, we should support v4+ so it's an oversight to not explicitly return errors if unsupported versions are read
Some of the work already has Jiras open (e.g. body compression), I'll find them and mark them as related to this.
I'm tight for spare time, but I'll try work on this before the next release (along with the Parquet writer)
Reporter: Neville Dipale / @nevi-me
Assignee: Neville Dipale / @nevi-me
Subtasks:
- [Rust] Update checked-in flatbuffer files
- [Rust] Implement changes to ensure flatbuffer alignment
- [Rust] Allow configuring flight IPC with IpcWriteOptions
- [Rust] Support reading and writing V5 of IPC metadata
Related issues:
- [Rust] Use feature enum (incorporates)
- [Rust] Create implementation of IPC RecordBatch body buffer compression from ARROW-300 (is related to)
PRs and other links:
Note: This issue was originally created as ARROW-9777. Please see the migration documentation for further details.