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

ARROW-2657: [Python] Import TensorFlow python extension before pyarrow to avoid segfault #2210

Closed
wants to merge 11 commits into from

Commits on Jul 2, 2018

  1. try fixing tensorflow crash

    pcmoritz committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    1c9628f View commit details
    Browse the repository at this point in the history
  2. check for linux

    pcmoritz committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    7835fba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02cb500 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Configuration menu
    Copy the full SHA
    57ca5fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1135b51 View commit details
    Browse the repository at this point in the history
  3. add clarification comment

    pcmoritz committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    ac38837 View commit details
    Browse the repository at this point in the history
  4. address comments

    pcmoritz committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    c18cccb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbf6cfc View commit details
    Browse the repository at this point in the history
  6. workaround for virtualenv

    pcmoritz committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    70f3bca View commit details
    Browse the repository at this point in the history
  7. clarify comment

    pcmoritz committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    2ca3de9 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Use compat namespace to avoid adding import_tensorflow_extension to p…

    …yarrow.* namespace
    
    Change-Id: I94bd60d98b64cab6105fbdda793bc82050dc640e
    wesm committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    92aef7a View commit details
    Browse the repository at this point in the history