HyukjinKwon commented on code in PR #41540:
URL: https://github.com/apache/spark/pull/41540#discussion_r1229015250
##########
python/pyspark/sql/streaming/listener.py:
##########
@@ -197,14 +220,24 @@ class QueryProgressEvent:
Event representing any progress updates in a query.
.. versionadded:: 3.4.0
+ .. versionchanged:: 3.5.0
+ Add fromJson constructor to support Spark Connect.
Review Comment:
I think it's fine to remove this. The constructor was already supposed to be
private.
--
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]