Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-14470

[Python] Expose the use_threads option in Feather read functions

    XMLWordPrintableJSON

Details

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              alenka Alenka Frim
              jorisvandenbossche Joris Van den Bossche
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h 10m
                  1h 10m