gyfora commented on code in PR #1013: URL: https://github.com/apache/flink-kubernetes-operator/pull/1013#discussion_r2286993298
########## flink-kubernetes-operator/src/test/java/org/apache/flink/kubernetes/operator/controller/FlinkDeploymentControllerTest.java: ########## @@ -197,6 +197,7 @@ public void verifyReconcileLoopForInitialSuspendedDeploymentWithSavepoint( TestUtils.buildApplicationCluster(flinkVersion, JobState.SUSPENDED); appCluster.getSpec().getJob().setUpgradeMode(UpgradeMode.SAVEPOINT); appCluster.getSpec().getJob().setInitialSavepointPath("s0"); + Review Comment: There are a bunch of files that only have these newline changes, can you please remove those from the PR? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org