morhidi commented on PR #603: URL: https://github.com/apache/flink-kubernetes-operator/pull/603#issuecomment-1550142228
Thanks for taking a stab at this @tamirsagi. Could you please address the formatting issues? Hint: run `mvn spotless:apply` The CI/CD pipeline fails with this: ``` src/test/java/org/apache/flink/kubernetes/operator/service/NativeFlinkServiceTest.java:[27] (imports) ImportOrder: Import org.apache.flink.api.common.JobID appears after other imports that it should precede [593](https://github.com/apache/flink-kubernetes-operator/actions/runs/4994518856/jobs/8946617823?pr=603#step:7:596) #24 114.5 [ERROR] src/test/java/org/apache/flink/kubernetes/operator/service/NativeFlinkServiceTest.java:[58] (imports) ImportOrder: 'org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonProcessingException' should be separated from previous imports. [594](https://github.com/apache/flink-kubernetes-operator/actions/runs/4994518856/jobs/8946617823?pr=603#step:7:597) #24 114.5 [ERROR] src/test/java/org/apache/flink/kubernetes/operator/service/NativeFlinkServiceTest.java:[60] (imports) ImportOrder: 'org.junit.jupiter.api.Assertions' should be separated from previous imports. ``` -- 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]
