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: [email protected]
