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/06/14 17:19:29 UTC

[GitHub] [pulsar] david-streamlio opened a new pull request #7272: Issue 7271 LocalRunner

david-streamlio opened a new pull request #7272:
URL: https://github.com/apache/pulsar/pull/7272


   <!--
   ### Contribution Checklist
   Fixes #7271
   
   ### Motivation
   
   The logic block was checking if a given Sink was a builtin function, but the method call was to `isBuiltInSource` when it should be `isBuiltInSink` 
   
   ### Modifications
   
   Replaced the call to `isBuiltInSource` with a call to  `isBuiltInSink` instead
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   
   *(Please pick either of the following options)*
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ### Does this pull request potentially affect one of the following parts:
   
   No
   
   ### Documentation
   
   N/A
   


----------------------------------------------------------------
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] merlimat merged pull request #7272: Issue 7271 LocalRunner

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


   


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