-
Notifications
You must be signed in to change notification settings - Fork 28.4k
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-20064][PySpark] Bump the PySpark verison number to 2.2 #17523
Conversation
Jenkins OK to test. |
Thanks for doing this @setjet & welcome to the Spark project :) This change looks good pending jenkins, if everything passes I'll merge it tonight. For others looking at this PR wondering, make-distribution writes its own version number when building but this version number is used for development builds so keeping it up-to-date is useful. |
(it would be nicer if the title is fixed to indicate what it proposes in short) |
please update the PR title |
Done :) |
not sure why Jenkins hasn't triggured. Lets try Jenkins Test This Please |
probably need someone who can command Jenkins |
In theory I can command Jenkins (the pr-status board says "asked to test" rather than "admin needed" but idk). |
Test build #3642 has finished for PR 17523 at commit
|
Merged to master |
Thanks for your first contribution to Spark :) |
## What changes were proposed in this pull request? apache#17753 bumps master branch version to 2.3.0-SNAPSHOT, but it seems SparkR and PySpark version were omitted. ditto of apache#16488 / apache#17523 ## How was this patch tested? N/A Author: hyukjinkwon <[email protected]> Closes apache#18341 from HyukjinKwon/r-version.
## What changes were proposed in this pull request? apache#17753 bumps master branch version to 2.3.0-SNAPSHOT, but it seems SparkR and PySpark version were omitted. ditto of apache#16488 / apache#17523 ## How was this patch tested? N/A Author: hyukjinkwon <[email protected]> Closes apache#18341 from HyukjinKwon/r-version.
What changes were proposed in this pull request?
PySpark version in version.py was lagging behind
Versioning is in line with PEP 440: https://www.python.org/dev/peps/pep-0440/
How was this patch tested?
Simply rebuild the project with existing tests