dongjoon-hyun commented on code in PR #10:
URL: 
https://github.com/apache/spark-kubernetes-operator/pull/10#discussion_r1605543257


##########
build.gradle:
##########
@@ -25,6 +25,11 @@ subprojects {
 
   repositories {
     mavenCentral()
+    // This is a workaround to resolve Spark 4.0.0-preview-1
+    // To be removed for official release

Review Comment:
   Apache Spark recommends to use `IDed TODO`s. Please file a JIRA issue and 
use it like the following.
   
   ```
   - // To be removed for official release
   + // TODO(SPARK-XXXXX) Use Apache Spark 4.0.0-preview1 when it's ready
   ```



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to