You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2017/01/10 14:03:58 UTC

[jira] [Created] (ARROW-469) C++: Add option so that resize doesn't decrease the capacity

Uwe L. Korn created ARROW-469:
---------------------------------

             Summary: C++: Add option so that resize doesn't decrease the capacity
                 Key: ARROW-469
                 URL: https://issues.apache.org/jira/browse/ARROW-469
             Project: Apache Arrow
          Issue Type: Bug
            Reporter: Uwe L. Korn
            Assignee: Uwe L. Korn


The code I wrote in {{parquet_arrow}} was heavily relying on this fact. As in that case we are ok with having a lot of wastage (as we resize in both directions very often), we should provide the user with a choice.

I would by default shrink down on a smaller size as this is the thing a user probably expects.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)