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

    https://github.com/apache/spark/pull/22400#discussion_r216918858
  
    --- Diff: dev/run-tests-jenkins.py ---
    @@ -115,7 +115,7 @@ def run_tests(tests_timeout):
                                              os.path.join(SPARK_HOME, 'dev', 
'run-tests')]).wait()
     
         failure_note_by_errcode = {
    -        1: 'executing the `dev/run-tests` script',  # error to denote 
run-tests script failures
    +        1: 'executing the dev/run-tests script',  # error to denote 
run-tests script failures
    --- End diff --
    
    Eh, I think this is a part of the Jenkins test result message. How about `# 
noqa` if inter complains?


---

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

Reply via email to