weijie.tong created ARROW-4819: ---------------------------------- Summary: [Java] Make JniWrapper native method be public Key: ARROW-4819 URL: https://issues.apache.org/jira/browse/ARROW-4819 Project: Apache Arrow Issue Type: Improvement Components: Java Reporter: weijie.tong
The goal is to integrate Gandiva into apache Drill project. Now drill and arrow has some differences at the column in memory representation. Drill has a 2.0 plan to integrate arrow. Now I want to do some prior work to integrate arrow lib into drill project. The first thing is to make JniWrapper's package level methods be public ones. Maybe we can rename this classes as UnsafeJniWrapper like java's Unsafe class to allow others to invoke these methods directly. So what's your opinion about this advice ? If ok , I will submit a corresponding PR. -- This message was sent by Atlassian JIRA (v7.6.3#76005)