zhengruifeng commented on code in PR #53188:
URL: https://github.com/apache/spark/pull/53188#discussion_r2558504426
##########
python/pyspark/pandas/tests/test_typedef.py:
##########
@@ -310,6 +311,7 @@ def f() -> ps.Series[pdf.a.dtype]:
self.assertRaisesRegex(TypeError, "object.*not understood",
try_infer_return_type)
+ @unittest.skipIf(os.environ.get("SPARK_SKIP_CONNECT_COMPAT_TESTS") == "1",
"To be reenabled")
Review Comment:
I think we can setup this workflow with test failures first, we can resolve
them later
--
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]