You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/10/26 11:26:04 UTC

[GitHub] [spark] dchvn commented on a change in pull request #34375: [SPARK-37107][PYTHON] Inline type hints for python/pyspark/status.py

dchvn commented on a change in pull request #34375:
URL: https://github.com/apache/spark/pull/34375#discussion_r736427091



##########
File path: python/pyspark/status.py
##########
@@ -19,6 +19,10 @@
 
 __all__ = ["SparkJobInfo", "SparkStageInfo", "StatusTracker"]
 
+from typing import Optional, List
+
+from py4j.java_gateway import JavaObject

Review comment:
       Thanks for your review, @zero323 ! Can you explain more? dev/lint-python has passed. Thanks!




-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org