dongjoon-hyun commented on code in PR #12: URL: https://github.com/apache/spark-kubernetes-operator/pull/12#discussion_r1636651073
########## spark-operator/build.gradle: ########## @@ -0,0 +1,90 @@ +apply plugin: 'com.github.johnrengelman.shadow' + +buildscript { + repositories { Review Comment: It seems to be a mistake because we decide to use 2-space indentation in Gradle file. https://github.com/apache/spark-kubernetes-operator/blob/d7734bbc4413163cf60fe67e23c541929a9a37a8/build.gradle#L1-L2 https://github.com/apache/spark-kubernetes-operator/blob/d7734bbc4413163cf60fe67e23c541929a9a37a8/spark-operator-api/build.gradle#L1-L2 https://github.com/apache/spark-kubernetes-operator/blob/d7734bbc4413163cf60fe67e23c541929a9a37a8/spark-submission-worker/build.gradle#L1-L2 It seems that we need to improve our CI to fail this kind of issues later. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org