Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ORC-1600: Reduce getStaticMemoryManager sync block in OrcFile
### What changes were proposed in this pull request? Improve calling efficiency of `org.apache.orc.OrcFile#getStaticMemoryManager`. ### Why are the changes needed? `org.apache.orc.OrcFile#getStaticMemoryManager` is a static method with synchronized. It needs to be locked every time it is called. This is unnecessary. ### How was this patch tested? GA ### Was this patch authored or co-authored using generative AI tooling? No Closes #1768 from cxzl25/ORC-1600. Authored-by: sychen <sychen@ctrip.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit b5c2250) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
- Loading branch information