You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/05/06 14:09:46 UTC

[GitHub] [pulsar] oncodeit opened a new pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

oncodeit opened a new pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895


   Master Issue: #6003
   
   ### Motivation
   
   This pull request implements the possibility to add builtin functions (in the same way of the build in connectors). 
   
   The builtin function must include a `pulsar-io.yml` file with the following content
   
   ```yml
   name: <function-name>
   description: <function-desciption>
   functionClass: <function-class>
   ```
   
   e.g.
   ```yml
   name: test-function
   description: test function description
   functionClass: it.oncode.pulsar.functions.TestFunction
   ```
   
   it is possible to create a builtin function in the same way of the builtin sinks/sources.
   
   Example in scala
   ```scala
   val functionConfigBuilder: FunctionConfigBuilder = FunctionConfig.builder()
       val function =
         functionConfigBuilder
           .tenant("public")
           .namespace("default")
           .jar("builtin://test-function")
           .name("test-function-name")
           .className("it.oncode.pulsar.functions.TestFunction")
           .inputs(Seq("channel_in").asJava)
           .output("channel_out")
           .runtime(FunctionConfig.Runtime.JAVA)
           .build()
   
   Pulsar.admin.functions
         .createFunction(function, null)
   ```
   ### Modifications
   
   *Describe the modifications you've done.*
   
   ### Documentation
   
     - Does this pull request introduce a new feature? yes
     - If yes, how is the feature documented?  must be documented in the docs
   


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-633047503


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-639060632


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-639084558


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin removed a comment on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin removed a comment on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-632996224


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-633000463


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin removed a comment on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin removed a comment on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-633040242


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin removed a comment on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin removed a comment on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-639084558


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] codelipenghui merged pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
codelipenghui merged pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895


   


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-639108418


   @codelipenghui ok thanks, the pipeline finally passed


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-632996224


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-631802090


   @codelipenghui I think I need some help, there are 5 CI tests that I really don't know.. something that I never modified..


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-630655375


   @sijie rebase done


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin removed a comment on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin removed a comment on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-632944091


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-632806090


   @codelipenghui I rebased and some CI tests that were failing now are passing, but there are two that are not passing, it is nothing related with this PR. 
   It seems something wrong with the CI itself and I cannot restart the CI. Do you have any advice?


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-634630347


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin removed a comment on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin removed a comment on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-637855317


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-639023729


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin removed a comment on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin removed a comment on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-639060632


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin removed a comment on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin removed a comment on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-637854795


   /pulsarbot run-failure-checks
   


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin removed a comment on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin removed a comment on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-638441213


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-632944091


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-636221587


   @codelipenghui any ideas on how to fix the CI?


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin removed a comment on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin removed a comment on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-633023807


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-637854795


   /pulsarbot run-failure-checks
   


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-633023807


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin removed a comment on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin removed a comment on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-636197068


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] sijie commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
sijie commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-630473759


   @oncodeit can you rebase this pull request to latest master?


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-636197068


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-634592624


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] codelipenghui commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-631348503


   @nicolo-paganin Could you please take a look at the failed CI tests?


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin removed a comment on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin removed a comment on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-636196630


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-632808841


   one of the error is this one https://github.com/streamnative/pulsar/issues/662 already report by @sijie 


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin removed a comment on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin removed a comment on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-634592624


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin removed a comment on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin removed a comment on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-633000463


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin removed a comment on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin removed a comment on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-633047503


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-638441213


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] codelipenghui commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-638610162


   @nicolo-paganin You can merge the master branch into your branch, there are some conflicts fixed on the master branch.


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin removed a comment on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin removed a comment on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-639023729


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin removed a comment on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin removed a comment on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-634630347


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-637855317


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-633040242


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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



[GitHub] [pulsar] nicolo-paganin commented on pull request #6895: [#6003][pulsar-functions] Possibility to add builtin Functions

Posted by GitBox <gi...@apache.org>.
nicolo-paganin commented on pull request #6895:
URL: https://github.com/apache/pulsar/pull/6895#issuecomment-636196630


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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