david-streamlio commented on a change in pull request #10370:
URL: https://github.com/apache/pulsar/pull/10370#discussion_r626865072



##########
File path: 
pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/instance/JavaInstanceRunnable.java
##########
@@ -743,7 +782,8 @@ private void setupInput(ContextImpl contextImpl) throws 
Exception {
         }
     }
 
-    private void setupOutput(ContextImpl contextImpl) throws Exception {
+    @SuppressWarnings({ "unchecked", "rawtypes" })

Review comment:
       No, they are not critical to the functionality of the PR, I just prefer 
to clean up such errors while I am working on a file since there are rarely, if 
ever, any tickets related to code cleanup efforts..... So I just do it in a 
piecemeal fashion as I run across them.




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


Reply via email to