WweiL commented on code in PR #40785:
URL: https://github.com/apache/spark/pull/40785#discussion_r1169520333
##########
python/pyspark/sql/connect/streaming/query.py:
##########
@@ -24,6 +25,9 @@
from pyspark.sql.streaming.query import (
StreamingQuery as PySparkStreamingQuery,
)
+from pyspark.errors.exceptions.connect import (
+ StreamingQueryException as CapturedStreamingQueryException,
Review Comment:
To align with what is done in sql/streaming/query:
https://github.com/apache/spark/blame/master/python/pyspark/sql/streaming/query.py#L25
--
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]