xinrong-databricks opened a new pull request #34130: URL: https://github.com/apache/spark/pull/34130
### What changes were proposed in this pull request? Inline type hints from `python/pyspark/sql/functions.pyi` to `python/pyspark/sql/functions.py`. ### Why are the changes needed? Currently, there is type hint stub files `python/pyspark/sql/functions.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? Existing test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
