Skip to content

[Python] Write serialized object as a stream of encapsulated IPC messages #17527

@asfimport

Description

@asfimport

The structure of the stream in arrow::py::WriteSerializedObject is generated on an ad hoc basis – the components of the stream would be easier to manipulate if this were internally a generic stream of IPC messages. For example, one would be able to examine only the union that represents the structure of the serialized payload and leave the tensors undisturbed

Reporter: Wes McKinney / @wesm

Related issues:

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions