[SPARK-37632][PYTHON] Drop code that targets Python < 3.7#34886
[SPARK-37632][PYTHON] Drop code that targets Python < 3.7#34886zero323 wants to merge 17 commits into
Conversation
|
FYI @HyukjinKwon |
|
Test build #146148 has finished for PR 34886 at commit
|
|
Kubernetes integration test starting |
|
Looks pretty good otherwise. |
|
Kubernetes integration test status failure |
|
Test build #146152 has finished for PR 34886 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #146181 has finished for PR 34886 at commit
|
|
Kubernetes integration test unable to build dist. exiting with code: 1 |
|
Otherwise, looks fine to me when I roughly scanned the whole changes. |
HyukjinKwon
left a comment
There was a problem hiding this comment.
Looks good. cc @ueshin FYI
|
Oh, let's also:
|
|
Test build #146228 has finished for PR 34886 at commit
|
|
Kubernetes integration test starting |
|
Test build #146230 has finished for PR 34886 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Kubernetes integration test status failure |
|
Additionally, we might want to reduce the usage of |
|
Test build #146244 has finished for PR 34886 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Thanks @zero323 for doing this!!! Merged to master. |
What changes were proposed in this pull request?
This PR drops parts of code that target Python < 3.7 including:
Why are the changes needed?
With SPARK-36145 we remove support for Python 3.6 ‒ we should remove all dead code as well, to improve style and reduce maintenance overhead.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Existing tests.