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-19505][Python] AttributeError on Exception.message in Python3 #16845

Closed

Commits on Feb 14, 2017

  1. Support Python 3 exception messages

    * Add util._exception_message helper
    * Switch from "e.message" to "_exception_message(e)"
    David Gingrich committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    7b8ace4 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. Switch from string concatenation to format strings

    David Gingrich committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    210ac8f View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2017

  1. Added pyspark.util to test modules

    David Gingrich committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    91dc9bf View commit details
    Browse the repository at this point in the history