xinrong-meng commented on code in PR #50972:
URL: https://github.com/apache/spark/pull/50972#discussion_r2114490959


##########
python/pyspark/pandas/tests/computation/test_binary_ops.py:
##########
@@ -111,7 +111,6 @@ def test_binary_operator_sub(self):
         psdf = ps.DataFrame({"a": ["x"], "b": ["y"]})
         self.assertRaisesRegex(TypeError, ks_err_msg, lambda: psdf["a"] - 
psdf["b"])
 
-    @unittest.skipIf(is_ansi_mode_test, ansi_mode_not_supported_message)

Review Comment:
   Can I follow up with https://issues.apache.org/jira/browse/SPARK-52349 on 
that if you don't mind, in order to unblock the other pr?



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