You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Joris Van den Bossche (Jira)" <ji...@apache.org> on 2021/10/27 16:13:00 UTC

[jira] [Resolved] (ARROW-14470) [Python] Expose the use_threads option in Feather read functions

     [ https://issues.apache.org/jira/browse/ARROW-14470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joris Van den Bossche resolved ARROW-14470.
-------------------------------------------
    Fix Version/s: 7.0.0
       Resolution: Fixed

Issue resolved by pull request 11558
[https://github.com/apache/arrow/pull/11558]

> [Python] Expose the use_threads option in Feather read functions
> ----------------------------------------------------------------
>
>                 Key: ARROW-14470
>                 URL: https://issues.apache.org/jira/browse/ARROW-14470
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Python
>            Reporter: Joris Van den Bossche
>            Assignee: Alenka Frim
>            Priority: Major
>              Labels: feather, pull-request-available
>             Fix For: 7.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> On the C++ side, the Feather V2 Reader wraps the IPC RecordBatchFileReader, which accepts IpcReadOptions which can control the use of threads (and the default memory pool and some other options). 
> On the Python (cython) side, those options are not passed through. As a consequence the {{use_threads}} keyword only disables multithreading in the conversion from arrow table to pandas DataFrame, and not the actual reading. As a follow-up on ARROW-13317, we can actually make this keyword control both.p



--
This message was sent by Atlassian Jira
(v8.3.4#803005)