Liya Fan created ARROW-11081:
--------------------------------
Summary: [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
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)