You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by HyukjinKwon <gi...@git.apache.org> on 2018/06/17 04:59:18 UTC

[GitHub] spark pull request #21579: [SPARK-24573][INFRA] Delays SBT checkstyle after ...

Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21579#discussion_r195918221
  
    --- Diff: dev/run-tests.py ---
    @@ -366,6 +366,9 @@ def build_spark_assembly_sbt(hadoop_version):
               " ".join(profiles_and_goals))
         exec_sbt(profiles_and_goals)
     
    +    if checkstyle:
    +        run_java_style_checks()
    --- End diff --
    
    This takes 2min-ish now given my past tries.


---

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