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 2021/02/08 00:16:00 UTC

[jira] [Resolved] (ARROW-11081) [Java] Make IPC option immutable

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

Micah Kornfield resolved ARROW-11081.
-------------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

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

> [Java] Make IPC option immutable
> --------------------------------
>
>                 Key: ARROW-11081
>                 URL: https://issues.apache.org/jira/browse/ARROW-11081
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Java
>            Reporter: Liya Fan
>            Assignee: Liya Fan
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> By making it immutable, the following benefits can be obtained:
> 1. It makes the code easier to reason about.
> 2. It allows JIT to make more optimizations.
> 3. Immutable objects can be shared, so many object allocations can be avoided.



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