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

Wes McKinney resolved ARROW-5527.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 0.15.0

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

> [C++] HashTable/MemoTable should use Buffer(s)/Builder(s) for heap data
> -----------------------------------------------------------------------
>
>                 Key: ARROW-5527
>                 URL: https://issues.apache.org/jira/browse/ARROW-5527
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Francois Saint-Jacques
>            Assignee: Francois Saint-Jacques
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.15.0
>
>          Time Spent: 9.5h
>  Remaining Estimate: 0h
>
> The current implementation uses `std::vector` and `std::string` with 
> unbounded size. The refactor would take a memory pool in the constructor for 
> buffer management and would get rid of vectors. This will have the side 
> effect of propagating Status to some calls (notably insert due to Upsize 
> failing to resize).
> * MemoTable constructor needs to take a MemoryPool in input
> * GetOrInsert must return Status/Result<int32_t>
> * MemoTable should use a TypeBufferBuilder instead of std::vector<Payload>
> * BinaryMemoTable should use a BinaryBuilder instead of 
> (std::vector<int32_t>, std::string) pair.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to