JkSelf opened a new pull request #9334: URL: https://github.com/apache/arrow/pull/9334
When using Arrow as the 3rd library, it is hard to add the custom function due to the private access permission. This PR update the private access permission from private to protected. Then we can easily expand new functions in the subclass. ---------------------------------------------------------------- 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: [email protected]
