itholic commented on code in PR #42388:
URL: https://github.com/apache/spark/pull/42388#discussion_r1295448791


##########
python/pyspark/pandas/tests/connect/diff_frames_ops/test_parity_setitem_series.py:
##########
@@ -24,9 +24,7 @@
 class DiffFramesParitySetItemSeriesTests(
     DiffFramesSetItemSeriesMixin, PandasOnSparkTestUtils, ReusedConnectTestCase
 ):
-    @unittest.skip(
-        "TODO(SPARK-43658): Fix unexpected `SparkConnectGrpcException` from 
Spark Connect client."
-    )
+    @unittest.skip("TODO(SPARK-44826): Resolve testing timeout issue from 
Spark Connect.")

Review Comment:
   After trying in several way to enable this one, but seems like we can't just 
enabling because this keep failing on (only from) Spark Connect due to timeout 
issue for some reason.
   
   Addressing this one as a separate issue looks make sense to me, so I created 
new ticket and updated the comment.



-- 
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