reidy-p commented on a change in pull request #29918:
URL: https://github.com/apache/spark/pull/29918#discussion_r498966470



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

Review comment:
       Thanks for the review. Do you know how to properly import ``since`` into 
``python/pyspark/context.py``? ``since`` is defined in the 
``python/pyspark/__init__.py`` and I haven't been able to import it into 
``python/pyspark/context.py`` without getting errors.




----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to