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

    https://github.com/apache/spark/pull/22400#discussion_r216886428
  
    --- 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 --
    
    Back-ticks invoke repr or something, I think? not the intent here so I 
removed them to quiet the warning


---

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

Reply via email to