liyafan82 opened a new pull request #9053: URL: https://github.com/apache/arrow/pull/9053
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 is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org