You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2020/03/21 02:16:52 UTC

[GitHub] [drill] weijietong opened a new pull request #2036: DRILL-7656: Support injecting BufferManager into UDF

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [drill] arina-ielchiieva commented on issue #2036: DRILL-7656: Support injecting BufferManager into UDF

Posted by GitBox <gi...@apache.org>.
arina-ielchiieva commented on issue #2036: DRILL-7656: Support injecting BufferManager into UDF
URL: https://github.com/apache/drill/pull/2036#issuecomment-602024787
 
 
   +1, LGTM

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [drill] asfgit closed pull request #2036: DRILL-7656: Support injecting BufferManager into UDF

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #2036: DRILL-7656: Support injecting BufferManager into UDF
URL: https://github.com/apache/drill/pull/2036
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services