-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-28586][INFRA] Make merge-spark-pr script compatible with Python 3 #25322
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
Conversation
|
We still need to keep the Python2 support? |
|
Yea, it's deprecated but not removed out yet. |
|
Let me cc Spark committers to inform although it might be a bit of noise .. because I know it's annoying to use this script with Python 2 in Mac due to some pre-installed lib issues. After this PR, we can now use Python 3 for this script. cc @apache/spark-committers. |
|
Nice, @HyukjinKwon ! |
0d0fdc9 to
9e139db
Compare
ae450de to
c204608
Compare
c204608 to
11c3c7f
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Test build #108506 has finished for PR 25322 at commit
|
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM. Merged to master.
Thank you so much, @HyukjinKwon , @maropu , @srowen !
|
Great! thanks @HyukjinKwon |
What changes were proposed in this pull request?
This PR proposes to make
merge_spark_pr.pyscript Python 3 compatible.How was this patch tested?
Manually tested against my forked remote with the PR and JIRA below:
#25321
#25286
https://issues.apache.org/jira/browse/SPARK-28153