xinrong-databricks commented on a change in pull request #34130:
URL: https://github.com/apache/spark/pull/34130#discussion_r718936840
##########
File path: python/pyspark/sql/functions.py
##########
@@ -80,13 +96,13 @@ def _invoke_binary_math_function(name, col1, col2):
)
-def _options_to_str(options=None):
+def _options_to_str(options: Optional[Any] = None) -> dict:
Review comment:
Sounds good!
--
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]