You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Weston Pace (Jira)" <ji...@apache.org> on 2021/09/17 11:56:00 UTC

[jira] [Created] (ARROW-14025) [R][C++] PreBuffer is not enabled when scanning parquet via exec nodes

Weston Pace created ARROW-14025:
-----------------------------------

             Summary: [R][C++] PreBuffer is not enabled when scanning parquet via exec nodes
                 Key: ARROW-14025
                 URL: https://issues.apache.org/jira/browse/ARROW-14025
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++, R
            Reporter: Weston Pace


In ExecNode_Scan a ScanOptions object is built up.  If we are reading parquet we should enable pre-buffering.  This is done by creating a ParquetFragmentScanOptions object and enabling pre-buffering.

Alternatively, we could just default pre-buffering to true for asynchronous scans of parquet data.



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