HyukjinKwon commented on a change in pull request #29918:
URL: https://github.com/apache/spark/pull/29918#discussion_r498615956
##########
File path: python/pyspark/context.py
##########
@@ -956,6 +956,15 @@ def setCheckpointDir(self, dirName):
"""
self._jsc.sc().setCheckpointDir(dirName)
+ def getCheckpointDir(self):
Review comment:
Should also add the corresponding type hint below
https://github.com/apache/spark/blob/master/python/pyspark/context.pyi#L154
line. cc @zero323 FYI.
----------------------------------------------------------------
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]