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/03/14 06:49:40 UTC

[GitHub] [spark] nchammas opened a new pull request #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

nchammas opened a new pull request #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910
 
 
   ### What changes were proposed in this pull request?
   
   This PR cleans up several failures -- most of them silent -- in lint-python. I don't understand how we haven't bitten by these yet. Perhaps we've been lucky?
   
   Fixes include:
   * Fix how we compare versions. All the version checks currently in `master` silently fail with:
   
       ```
         File "<string>", line 2
           print(LooseVersion("""2.3.1""") >= LooseVersion("""2.4.0"""))
           ^
       IndentationError: unexpected indent
       ```
       Another problem is that `distutils.version` is undocumented and unsupported.
   * Fix some basic bugs. e.g. We have an incorrect reference to `$PYDOCSTYLEBUILD`, which doesn't exist, which was causing the doc style test to silently fail with:
   
       ```
       ./dev/lint-python: line 193: --version: command not found
       ```
   * Stop suppressing error output! It's hiding problems and serves no purpose here.
   
   ### Why are the changes needed?
   
   lint-python is part of our CI build and is currently doing any combination of the following: silently failing, incorrectly skipping tests, and/or incorrectly downloading libraries when a suitable library is already available.
   
   ### Does this PR introduce any user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Lots of manual testing with `set -x` enabled.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599021032
 
 
   Merged build finished. Test FAILed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599021038
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/119787/
   Test FAILed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599025805
 
 
   **[Test build #119792 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119792/testReport)** for PR 27910 at commit [`02184d3`](https://github.com/apache/spark/commit/02184d309b3d314b3838b4019120b2912318739b).

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


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599026643
 
 
   **[Test build #119793 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119793/testReport)** for PR 27910 at commit [`5ad9396`](https://github.com/apache/spark/commit/5ad93969cf85c62509b7a902f6197e3fc4c29ad0).

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599020501
 
 
   Merged build finished. Test PASSed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599025943
 
 
   Merged build finished. Test PASSed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599021027
 
 
   **[Test build #119787 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119787/testReport)** for PR 27910 at commit [`51488cf`](https://github.com/apache/spark/commit/51488cf7296001214b8c6ff2254ffaaf0f2a6177).
    * This patch **fails due to an unknown error code, -9**.
    * This patch merges cleanly.
    * This patch adds no public classes.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599123081
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/119801/
   Test PASSed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] HyukjinKwon commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599165500
 
 
   @nchammas, it has conflicts with branch-3.0. Do you mind if I ask to make a backporting PR? We should port it back to branch-3.0 as https://github.com/apache/spark/commit/42c48387c047d96154bcfeb95fcb816a43e60d7c laded to to branch-3.0 too.

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


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599097296
 
 
   **[Test build #119801 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119801/testReport)** for PR 27910 at commit [`5ad9396`](https://github.com/apache/spark/commit/5ad93969cf85c62509b7a902f6197e3fc4c29ad0).

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599035156
 
 
   Merged build finished. Test FAILed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599035156
 
 
   Merged build finished. Test FAILed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599123078
 
 
   Merged build finished. Test PASSed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599026774
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/24523/
   Test PASSed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599035159
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/119793/
   Test FAILed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599025805
 
 
   **[Test build #119792 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119792/testReport)** for PR 27910 at commit [`02184d3`](https://github.com/apache/spark/commit/02184d309b3d314b3838b4019120b2912318739b).

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


With regards,
Apache Git Services

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


[GitHub] [spark] HyukjinKwon edited a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
HyukjinKwon edited a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599165285
 
 
   It fixes a bunch of mistakes we should avoid in general ...

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


With regards,
Apache Git Services

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


[GitHub] [spark] HyukjinKwon closed pull request #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
HyukjinKwon closed pull request #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910
 
 
   

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599097575
 
 
   Merged build finished. Test PASSed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599097581
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/24531/
   Test PASSed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599020414
 
 
   **[Test build #119787 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119787/testReport)** for PR 27910 at commit [`51488cf`](https://github.com/apache/spark/commit/51488cf7296001214b8c6ff2254ffaaf0f2a6177).

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


With regards,
Apache Git Services

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


[GitHub] [spark] HyukjinKwon commented on a change in pull request #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on a change in pull request #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#discussion_r392639302
 
 

 ##########
 File path: dev/lint-python
 ##########
 @@ -71,11 +82,8 @@ function pycodestyle_test {
     # check for locally installed pycodestyle & version
     RUN_LOCAL_PYCODESTYLE="False"
     if hash "$PYCODESTYLE_BUILD" 2> /dev/null; then
-        VERSION=$( $PYCODESTYLE_BUILD --version 2> /dev/null)
-        EXPECTED_PYCODESTYLE=$( ("$PYTHON_EXECUTABLE" -c 'from distutils.version import LooseVersion;
 
 Review comment:
   I think it was mistakenly re-indented at https://github.com/apache/spark/commit/42c48387c047d96154bcfeb95fcb816a43e60d7c#diff-ccd847a0316575dde31bd89786bbe1f2. cc @shaneknapp FYI

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599123078
 
 
   Merged build finished. Test PASSed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599021038
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/119787/
   Test FAILed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] nchammas edited a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
nchammas edited a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599027190
 
 
   Both [Jenkins](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119793/consoleFull) and [GitHub](https://github.com/apache/spark/pull/27910/checks?check_run_id=507484813#step:7:81) are reporting:
   
   ```
   The pydocstyle command was not found. Skipping pydocstyle checks for now.
   ```
   
   So we are not running doc style tests anywhere...
   
   I will address this in a separate PR.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599020501
 
 
   Merged build finished. Test PASSed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599039288
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/119792/
   Test PASSed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] nchammas commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
nchammas commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599027190
 
 
   Both Jenkins and GitHub are reporting:
   
   ```
   The pydocstyle command was not found. Skipping pydocstyle checks for now.
   ```
   
   So we are not running doc style tests anywhere...
   
   I will address this in a separate PR.

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


With regards,
Apache Git Services

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


[GitHub] [spark] HyukjinKwon commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599165381
 
 
   Merged to master and branch-3.0.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599025943
 
 
   Merged build finished. Test PASSed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599026773
 
 
   Merged build finished. Test PASSed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599020504
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/24517/
   Test PASSed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599026774
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/24523/
   Test PASSed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599025948
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/24522/
   Test PASSed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599035159
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/119793/
   Test FAILed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599123081
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/119801/
   Test PASSed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599026643
 
 
   **[Test build #119793 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119793/testReport)** for PR 27910 at commit [`5ad9396`](https://github.com/apache/spark/commit/5ad93969cf85c62509b7a902f6197e3fc4c29ad0).

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599039285
 
 
   Merged build finished. Test PASSed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599097296
 
 
   **[Test build #119801 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119801/testReport)** for PR 27910 at commit [`5ad9396`](https://github.com/apache/spark/commit/5ad93969cf85c62509b7a902f6197e3fc4c29ad0).

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


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599020414
 
 
   **[Test build #119787 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119787/testReport)** for PR 27910 at commit [`51488cf`](https://github.com/apache/spark/commit/51488cf7296001214b8c6ff2254ffaaf0f2a6177).

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


With regards,
Apache Git Services

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


[GitHub] [spark] nchammas commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
nchammas commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599096438
 
 
   Jenkins, retest this please.

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


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599122807
 
 
   **[Test build #119801 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119801/testReport)** for PR 27910 at commit [`5ad9396`](https://github.com/apache/spark/commit/5ad93969cf85c62509b7a902f6197e3fc4c29ad0).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.

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


With regards,
Apache Git Services

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


[GitHub] [spark] shaneknapp commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
shaneknapp commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-600266127
 
 
   late "lgtm" from me.  catching up now that i'm locked in my house for the
   foreseeable future.  :)
   
   On Sat, Mar 14, 2020 at 9:11 PM Hyukjin Kwon <no...@github.com>
   wrote:
   
   > @nchammas <https://github.com/nchammas>, it has conflicts with
   > branch-3.0. Do you mind if I ask to make a backporting PR? We should port
   > it back to branch-3.0 as 42c4838
   > <https://github.com/apache/spark/commit/42c48387c047d96154bcfeb95fcb816a43e60d7c>
   > laded to to branch-3.0 too.
   >
   > —
   > You are receiving this because you were mentioned.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/spark/pull/27910#issuecomment-599165500>, or
   > unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AAMIHLEGY7DHF5HINOUFXMTRHRIOZANCNFSM4LINRG5Q>
   > .
   >
   

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599025948
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/24522/
   Test PASSed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599097581
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/24531/
   Test PASSed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] HyukjinKwon edited a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
HyukjinKwon edited a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599165381
 
 
   Merged to master.

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


With regards,
Apache Git Services

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


[GitHub] [spark] HyukjinKwon commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599165285
 
 
   It has a bunch of mistakes we should avoid in general ...

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599039288
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/119792/
   Test PASSed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599097575
 
 
   Merged build finished. Test PASSed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] srowen commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
srowen commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599065615
 
 
   I think it's OK if it fixes the linter, and doesn't uncover old failures that would currently fail.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599021032
 
 
   Merged build finished. Test FAILed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599035087
 
 
   **[Test build #119793 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119793/testReport)** for PR 27910 at commit [`5ad9396`](https://github.com/apache/spark/commit/5ad93969cf85c62509b7a902f6197e3fc4c29ad0).
    * This patch **fails Spark unit tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599020504
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/24517/
   Test PASSed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599039285
 
 
   Merged build finished. Test PASSed.

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


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599039090
 
 
   **[Test build #119792 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119792/testReport)** for PR 27910 at commit [`02184d3`](https://github.com/apache/spark/commit/02184d309b3d314b3838b4019120b2912318739b).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27910: [SPARK-31153][BUILD] Cleanup several failures in lint-python
URL: https://github.com/apache/spark/pull/27910#issuecomment-599026773
 
 
   Merged build finished. Test PASSed.

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


With regards,
Apache Git Services

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