roczei commented on PR #38828:
URL: https://github.com/apache/spark/pull/38828#issuecomment-1354933514

   @holdenk, @HyukjinKwon, @dongjoon-hyun
   
   Could you please take a look when you have some time? 
   
   This fixes a k8s --packages issue which is part of Spark 3 since 3.0.0. It 
would be nice to solve it. Here you can see the old branch-3.0 where the 
conditional codes of the "if" / "else if" / "else" are equal to the latest 
master version: 
   
   
https://github.com/apache/spark/blob/branch-3.0/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala#L316-L328
   
   vs.
   
   
https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala#L317-L330
   
   These conditions were restructured a bit by @ocworld I have already added my 
test results above. The fix works.
   
   This K8S PR is a follow-up PR for #32397. It has been closed by 
github-action because it hasn't been updated in a while and there was no unit 
test. The requested unit test has been added, now we need just someone from the 
Spark committer team who can review it again. Thanks!


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

Reply via email to