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


##########
python/pyspark/pandas/tests/connect/indexes/test_parity_base.py:
##########
@@ -35,14 +35,16 @@ def psdf(self):
     def test_append(self):
         super().test_append()
 
+    @unittest.skip(
+        "TODO(SPARK-43611): Fix unexpected `AnalysisException` from Spark 
Connect client."
+    )

Review Comment:
   Well... it's wired that the test failure on Github Action is not 
reproducible from my local, so I merge this into other ticket instead.
   
   Updated the PR title & PR description, and will address this in separate 
ticket with other tickets that have same cause.



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