You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/07/23 16:02:20 UTC

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #29205: [SPARK-32408][BUILD] Disable crossPaths only in GitHub Actions to prevent side effects

dongjoon-hyun commented on a change in pull request #29205:
URL: https://github.com/apache/spark/pull/29205#discussion_r459559781



##########
File path: launcher/src/main/java/org/apache/spark/launcher/AbstractCommandBuilder.java
##########
@@ -181,9 +181,16 @@ void addOptionString(List<String> cmd, String options) {
         }
       }
       if (isTesting) {
+        boolean isGitHubActionsBuild = System.getenv("GITHUB_ACTIONS") != null;

Review comment:
       Is it inevitable? It looks a little weird to me to have `GITHUB_ACTIONS` in this part.




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org