[SPARK-36938][PYTHON] Inline type hints for group.py in python/pyspark/sql#34197
[SPARK-36938][PYTHON] Inline type hints for group.py in python/pyspark/sql#34197dchvn wants to merge 4 commits intoapache:masterfrom
Conversation
|
Test build #143880 has finished for PR 34197 at commit
|
|
Test build #143878 has finished for PR 34197 at commit
|
|
CC @HyukjinKwon @ueshin @zero323 @xinrong-databricks Please help me review this PR |
|
Kubernetes integration test starting |
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Kubernetes integration test status failure |
|
Test build #144174 has finished for PR 34197 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #144221 has finished for PR 34197 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Thanks! merging to master. |
|
thank you! |
What changes were proposed in this pull request?
Inline type hints for python/pyspark/sql/group.py from Inline type hints for python/pyspark/sql/group.pyi.
Why are the changes needed?
Currently, there is type hint stub files python/pyspark/sql/group.pyi to show the expected types for functions, but we can also take advantage of static type checking within the functions by inlining the type hints.
Does this PR introduce any user-facing change?
No
How was this patch tested?
Existed test.