cloud-fan commented on code in PR #48307:
URL: https://github.com/apache/spark/pull/48307#discussion_r1846747002


##########
python/pyspark/sql/tests/test_types.py:
##########
@@ -753,6 +753,9 @@ def test_cast_to_string_with_udt(self):
         result = df.select(F.col("point").cast("string"), 
F.col("pypoint").cast("string")).head()
         self.assertEqual(result, Row(point="(1.0, 2.0)", pypoint="[3.0, 4.0]"))
 
+    @unittest.skipIf(
+        "SPARK_SKIP_CONNECT_COMPAT_TESTS" in os.environ, "SPARK-49787: 
Supported since Spark 4.0.0"

Review Comment:
   I'm a bit confused, I think CAST between UDTs is a long-standing feature, 
and this test was added quite a while ago. Why it suddenly failed?



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to