Skip to content

[Rust] Implement IPC changes to catch up to 1.0.0 format #25826

@asfimport

Description

@asfimport

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:

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-9777. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions