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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to