WweiL commented on code in PR #40861:
URL: https://github.com/apache/spark/pull/40861#discussion_r1181953595
##########
python/pyspark/sql/tests/connect/streaming/test_parity_streaming.py:
##########
@@ -22,32 +22,7 @@
class StreamingParityTests(StreamingTestsMixin, ReusedConnectTestCase):
- @unittest.skip("Query manager API will be supported later with
SPARK-43032.")
- def test_stream_await_termination(self):
- super().test_stream_await_termination()
-
- @unittest.skip(
- "Query immediately quits after throw, "
- + "allowing access to supported queries will be added in SPARK-42962."
- )
- def test_stream_exception(self):
Review Comment:
Yes because it access stopped query. We seem to have a slight conflict with
spark tasks (42962 and the real better session mgmt one). Anyway it should be
fine after this PR
--
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]