You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2017/03/20 08:48:41 UTC

[jira] [Resolved] (PARQUET-761) C++: Shrink using realloc Buffer instead of doing a memcpy in FlatColumnReader::Impl::TypedReadBatch

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

Uwe L. Korn resolved PARQUET-761.
---------------------------------
       Resolution: Fixed
    Fix Version/s: cpp-1.0.0

We already implemented this as part of a previous PR

> C++: Shrink using realloc Buffer instead of doing a memcpy in FlatColumnReader::Impl::TypedReadBatch
> ----------------------------------------------------------------------------------------------------
>
>                 Key: PARQUET-761
>                 URL: https://issues.apache.org/jira/browse/PARQUET-761
>             Project: Parquet
>          Issue Type: Improvement
>          Components: parquet-cpp
>            Reporter: Uwe L. Korn
>            Assignee: Uwe L. Korn
>             Fix For: cpp-1.0.0
>
>
> See https://issues.apache.org/jira/browse/ARROW-360 This should avoid the two memcpys at the end.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)