You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Micah Kornfield (Jira)" <ji...@apache.org> on 2020/10/16 05:22:00 UTC

[jira] [Resolved] (ARROW-9475) [Java] Clean up usages of BaseAllocator, use BufferAllocator instead

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

Micah Kornfield resolved ARROW-9475.
------------------------------------
    Fix Version/s: 2.0.0
       Resolution: Fixed

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

> [Java] Clean up usages of BaseAllocator, use BufferAllocator instead
> --------------------------------------------------------------------
>
>                 Key: ARROW-9475
>                 URL: https://issues.apache.org/jira/browse/ARROW-9475
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Java
>    Affects Versions: 0.17.0
>            Reporter: Hongze Zhang
>            Assignee: Hongze Zhang
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.0.0
>
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Some classes' methods use BaseAllocator or cast BufferAllocator to BaseAllocator internally instead of requiring for BufferAllocator directly, e.g. codes in AllocationManager, BufferLedger.
> This can be optimized by exposing necessary methods from BufferAllocator. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)