lhotari commented on PR #19584: URL: https://github.com/apache/pulsar/pull/19584#issuecomment-1542067246
@csthomas1 would you mind merging changes from master (or rebasing the changes) and fixing the issues with current master? Kubernetes client version was upgraded from 12.0.1 version to 18.0.0 version in 93fb4f8eb6bd12872f05d7c5ec6c00b719d53009 . There are minor API changes which need to be addressed. ``` Error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile (default-testCompile) on project pulsar-functions-runtime: Compilation failure Error: /home/runner/work/pulsar/pulsar/pulsar-functions/runtime/src/test/java/org/apache/pulsar/functions/runtime/kubernetes/KubernetesRuntimeTest.java:[1313,21] method readNamespacedStatefulSet in class io.kubernetes.client.openapi.apis.AppsV1Api cannot be applied to given types; Error: required: java.lang.String,java.lang.String,java.lang.String Error: found: java.lang.String,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object Error: reason: actual and formal argument lists differ in length Error: -> [Help 1] ``` -- 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]
