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



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

Review comment:
       Just for the reference ‒ it will be just
   
   ```python
       def getCheckpointDir(self) -> Optional[str]: ...
   ```




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