weijietong opened a new pull request #2036: DRILL-7656: Support injecting BufferManager into UDF URL: https://github.com/apache/drill/pull/2036 # [DRILL-7656](https://issues.apache.org/jira/browse/DRILL-7656): Support injecting BufferManager into UDF ## Description This PR is to allow users to implement their UDF by using injected BufferManager to allocate they wanted number of sized `DrillBuf`s. The reason why we need this which is not satisfied by the injected DrillBuf is described in the issue. ## Documentation When implement a UDF , you could assign @Inject annotation to an BufferManager type class member. ## Testing have no testing
---------------------------------------------------------------- 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] With regards, Apache Git Services
