[
https://issues.apache.org/jira/browse/PARQUET-690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved PARQUET-690.
----------------------------------
Resolution: Fixed
Issue resolved by pull request 3268
[https://github.com/apache/arrow/pull/3268]
> [C++] Investigate / improve performance of Thrift utilities
> -----------------------------------------------------------
>
> Key: PARQUET-690
> URL: https://issues.apache.org/jira/browse/PARQUET-690
> Project: Parquet
> Issue Type: Improvement
> Components: parquet-cpp
> Reporter: Wes McKinney
> Assignee: Wes McKinney
> Priority: Major
> Labels: pull-request-available
> Fix For: cpp-1.6.0
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> We're currently using Thrift serialization / deserialization functions that
> allocate and deallocate Thrift C++ objects and memory with each invocation.
> The Impala codebase (and probably others) have some code we can learn from to
> be a bit more efficient:
> https://github.com/apache/incubator-impala/blob/master/be/src/rpc/thrift-util.h#L42
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)