You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Percy Camilo Triveño Aucahuasi (Jira)" <ji...@apache.org> on 2022/10/14 22:36:00 UTC

[jira] [Created] (ARROW-18065) Change the way how arrow reads IPC buffered files

Percy Camilo Triveño Aucahuasi created ARROW-18065:
------------------------------------------------------

             Summary: Change the way how arrow reads IPC buffered files
                 Key: ARROW-18065
                 URL: https://issues.apache.org/jira/browse/ARROW-18065
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Percy Camilo Triveño Aucahuasi
            Assignee: Percy Camilo Triveño Aucahuasi


The [PR#14226|https://github.com/apache/arrow/pull/14226], that solves ARROW-17599, is changing a bit the logic for reading parquet buffered files through async FileReader::RecordBatchGenerator.  Initially those changes were thought for the parquet file reader, but we need to reflect those same changes for the ipc file reader as well.

The goal for this ticket is to change the ipc reader for buffered files in the same way is being defined by the [PR#14226|https://github.com/apache/arrow/pull/14226].



--
This message was sent by Atlassian Jira
(v8.20.10#820010)