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

    https://github.com/apache/spark/pull/22231#discussion_r217719711
  
    --- Diff: dev/run-tests-jenkins.py ---
    @@ -131,7 +131,7 @@ def run_tests(tests_timeout):
             ERROR_CODES["BLOCK_PYSPARK_UNIT_TESTS"]: 'PySpark unit tests',
             ERROR_CODES["BLOCK_PYSPARK_PIP_TESTS"]: 'PySpark pip packaging 
tests',
             ERROR_CODES["BLOCK_SPARKR_UNIT_TESTS"]: 'SparkR unit tests',
    -        ERROR_CODES["BLOCK_TIMEOUT"]: 'from timeout after a configured 
wait of \`%s\`' % (
    +        ERROR_CODES["BLOCK_TIMEOUT"]: 'from timeout after a configured 
wait of %s' % (
    --- End diff --
    
    Yeah maybe but I don't see the value in these anyway. It seems to be trying 
to quote text, but the quote isn't even meaningful. It's not code.


---

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

Reply via email to