cbornet commented on code in PR #15700:
URL: https://github.com/apache/pulsar/pull/15700#discussion_r885084524


##########
pulsar-client-tools-test/src/test/java/org/apache/pulsar/admin/cli/CmdFunctionsTest.java:
##########
@@ -831,7 +845,7 @@ public void testUpdateAuthData() throws Exception {
                 "--jar", URL,
                 "--tenant", "sample",
                 "--namespace", "ns1",
-                "--className", DummyFunction.class.getName(),
+                "--classname", DummyFunction.class.getName(),

Review Comment:
   There are a lot of deprecated params in CmdFunctions and no tests for 
compatibility. Let's deal with this in another PR. I removed the param name 
change. PTAL.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to