Skip to content

[Python] Expose IpcReadOptions to ipc facility #18656

@asfimport

Description

@asfimport

I would like to be able to read only a subset of columns from a given IPC file. To do this, we need to expose the EXPERIMENTAL (is it still?) IpcReaderOptions.include_fields option. The reason is that the file is on a remote storage and can't mmap thus I want to minimize network transfer.

I do not know the best way to "pythonize" IpcReaderOptions and would need help on this.

Reporter: Francois Saint-Jacques / @fsaintjacques

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions