gyfora commented on code in PR #169: URL: https://github.com/apache/flink-kubernetes-operator/pull/169#discussion_r851797971
########## flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/service/FlinkService.java: ########## @@ -234,6 +238,22 @@ private JarUploadResponseBody jarUpload(FlinkSessionJob sessionJob, Configuratio } } + private void jarDelete(Configuration conf, String jarId) { Review Comment: nit: could we please change the name to `deleteJar`? -- 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