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 2020/10/02 04:40:04 UTC

[GitHub] [spark] HyukjinKwon commented on a change in pull request #29918: [SPARK-33017][PYTHON] Add getCheckpointDir method to PySpark Context

HyukjinKwon commented on a change in pull request #29918:
URL: https://github.com/apache/spark/pull/29918#discussion_r498615825



##########
File path: python/pyspark/context.py
##########
@@ -956,6 +956,15 @@ def setCheckpointDir(self, dirName):
         """
         self._jsc.sc().setCheckpointDir(dirName)
 
+    def getCheckpointDir(self):

Review comment:
       Let's also decorate this with `@since(3.1)`.




----------------------------------------------------------------
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.

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