Nicklee007 commented on PR #13974: URL: https://github.com/apache/pulsar/pull/13974#issuecomment-1104048938
> @Nicklee007 Thanks for you contribution. Please help address the compilation issue. > > ``` > COMPILATION ERROR : > Error: /home/runner/work/pulsar/pulsar/pulsar-broker/src/test/java/org/apache/pulsar/broker/namespace/NamespaceServiceTest.java:[69[8](https://github.com/apache/pulsar/runs/6075571934?check_suite_focus=true#step:9:8),37] method splitAndOwnBundle in class org.apache.pulsar.broker.namespace.NamespaceService cannot be applied to given types; > required: org.apache.pulsar.common.naming.NamespaceBundle,boolean,org.apache.pulsar.common.naming.NamespaceBundleSplitAlgorithm,java.util.List<java.lang.Long> > found: org.apache.pulsar.common.naming.NamespaceBundle,boolean,org.apache.pulsar.common.naming.NamespaceBundleSplitAlgorithm > reason: actual and formal argument lists differ in length > ``` @hangc0276 after the last commit method splitAndOwnBundle's argument lists has changed, the unit test has been adapted it in the new commit. PTAL Thx. -- 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]
