Uh oh!
There was an error while loading. Please reload this page.
[SPARK-28586][INFRA] Make merge-spark-pr script compatible with Python 3 - #25322
[SPARK-28586][INFRA] Make merge-spark-pr script compatible with Python 3#25322HyukjinKwon wants to merge 1 commit into
Conversation
maropu
commented
Aug 1, 2019
We still need to keep the Python2 support? |
HyukjinKwon
commented
Aug 1, 2019
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. |
dongjoon-hyun
commented
Aug 1, 2019
Nice, @HyukjinKwon ! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
SparkQA
commented
Aug 1, 2019
Test build #108506 has finished for PR 25322 at commit
|
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM. Merged to master.
Thank you so much, @HyukjinKwon , @maropu , @srowen !
BryanCutler
commented
Aug 2, 2019
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