[SPARK-36961][PYTHON] Use PEP526 style variable type hints#34227
[SPARK-36961][PYTHON] Use PEP526 style variable type hints#34227ueshin wants to merge 5 commits intoapache:masterfrom
Conversation
|
cc @zero323 @xinrong-databricks @HyukjinKwon @itholic |
|
Test build #144038 has finished for PR 34227 at commit
|
|
Kubernetes integration test starting |
|
Does this PR aim to change pandas API on Spark only? |
|
Kubernetes integration test status failure |
|
It is awesome @ueshin! Thanks for working on this. |
|
@xinrong-databricks
This also includes two files in sql module:
|
|
Test build #144101 has finished for PR 34227 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #144105 has finished for PR 34227 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #144158 has finished for PR 34227 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Merged to master. |
What changes were proposed in this pull request?
Uses PEP526 style variable type hints.
Why are the changes needed?
Now that we have started using newer Python syntax in the code base.
We should use PEP526 style variable type hints.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Existing tests.