rangadi commented on code in PR #40861:
URL: https://github.com/apache/spark/pull/40861#discussion_r1181946893
##########
python/pyspark/sql/tests/connect/test_parity_pandas_grouped_map_with_state.py:
##########
@@ -25,10 +25,6 @@
class GroupedApplyInPandasWithStateTests(
GroupedApplyInPandasWithStateTestsMixin, ReusedConnectTestCase
):
- @unittest.skip("Query manager API will be supported later with
SPARK-43032.")
- def test_apply_in_pandas_with_state_basic(self):
- super().test_apply_in_pandas_with_state_basic()
-
@unittest.skip("Query manager API will be supported later with
SPARK-43032.")
Review Comment:
This one needs to be fixed too?
##########
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:
Do you know why this was here before?
--
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]