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

pyspark: 2.3.2 -> 2.4.0, fix version bounds #54898

Merged
merged 1 commit into from Jan 30, 2019

Conversation

matthewbauer
Copy link
Member

py4j seems to work fine with this version

};

# pypandoc is broken with pandoc2, so we just lose docs.
postPatch = ''
sed -i "s/'pypandoc'//" setup.py

# Current release works fine with py4j 0.10.8.1
substituteInPlace setup.py --replace py4j==0.10.7 py4j==0.10.8.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't it make sense to specify something like py4j>=0.10.7,<0.11?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

py4j seems to work fine with this version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants