Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-25253][PYSPARK][FOLLOWUP] Undefined name: from pyspark.util import _exception_message #22265

Closed
wants to merge 1 commit into from

Commits on Aug 29, 2018

  1. Undefined name: from pyspark.util import _exception_message

    [flake8](http://flake8.pycqa.org) testing of https://github.com/apache/spark on Python 3.7.0
    
    $ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
    ```
    ./python/pyspark/java_gateway.py:172:20: F821 undefined name '_exception_message'
                emsg = _exception_message(e)
                       ^
    1     F821 undefined name '_exception_message'
    1
    ```
    @HyukjinKwon
    cclauss authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    197ef63 View commit details
    Browse the repository at this point in the history