srkukarni commented on a change in pull request #2266: Integrate functions and 
io with schema registry
URL: https://github.com/apache/incubator-pulsar/pull/2266#discussion_r206317198
 
 

 ##########
 File path: 
pulsar-client-tools-test/src/test/java/org/apache/pulsar/admin/cli/CmdFunctionsTest.java
 ##########
 @@ -135,7 +134,7 @@ public void setup() throws Exception {
             .thenReturn(true);
         when(Reflections.classImplementsIface(anyString(), 
any())).thenReturn(true);
         when(Reflections.createInstance(eq(DummyFunction.class.getName()), 
any(File.class))).thenReturn(new DummyFunction());
-        when(Reflections.createInstance(eq(DefaultSerDe.class.getName()), 
any(File.class))).thenReturn(new DefaultSerDe(String.class));
+//        when(Reflections.createInstance(eq(DefaultSerDe.class.getName()), 
any(File.class))).thenReturn(new DefaultSerDe(String.class));
 
 Review comment:
   remove it?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to