micheal-o commented on code in PR #53931:
URL: https://github.com/apache/spark/pull/53931#discussion_r2723202789


##########
python/pyspark/sql/context.py:
##########
@@ -43,6 +43,7 @@
 from pyspark.errors.exceptions.captured import install_exception_handler
 from pyspark.sql.types import AtomicType, DataType, StructType
 from pyspark.sql.streaming import StreamingQueryManager
+from pyspark.sql.streaming import _StreamingCheckpointManager

Review Comment:
   @gaogaotiantian  Fixed. Thank for calling this out.



##########
python/pyspark/sql/context.py:
##########
@@ -699,6 +700,18 @@ def streams(self) -> StreamingQueryManager:
 
         return StreamingQueryManager(self._ssql_ctx.streams())
 
+    @property
+    def __streamingCheckpointManager(self) -> _StreamingCheckpointManager:

Review Comment:
   fixed



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

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