dongjoon-hyun commented on code in PR #50113: URL: https://github.com/apache/spark/pull/50113#discussion_r1976787239
########## project/SparkBuild.scala: ########## @@ -1002,10 +1002,9 @@ object KubernetesIntegrationTests { if (excludeTags.exists(_.equalsIgnoreCase("r"))) { rDockerFile = "" } - val extraOptions = if (javaImageTag.isDefined) { - Seq("-b", s"java_image_tag=$javaImageTag") Review Comment: Thank you for your opinion, @beliefer . I asked to minimize this because I want to backport this to all live release branches (including 3.5) because this is a bug from Apache Spark 3.3.0. We can adjust your style improvement suggestion to Apache Spark 4.1, of course, independently. -- 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