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

[jira] [Resolved] (ARROW-14464) [R] Change write_parquet()'s default chunk_size from all rows

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

Jonathan Keane resolved ARROW-14464.
------------------------------------
    Fix Version/s: 7.0.0
       Resolution: Fixed

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

> [R] Change write_parquet()'s default chunk_size from all rows
> -------------------------------------------------------------
>
>                 Key: ARROW-14464
>                 URL: https://issues.apache.org/jira/browse/ARROW-14464
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Jonathan Keane
>            Assignee: Jonathan Keane
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 7.0.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Currently, when {{chunk_size}} is not given in {{write_parquet()}} it defaults to 1 chunk of all of the rows in the table. This could be fine for smallish numbers of rows, but when we have lots of rows, we want files that contain a decent number of row groups.
> It looks like this was added in https://github.com/apache/arrow/pull/5451 and wasn't discussed there, so this default might not be intentional.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)