ueshin commented on code in PR #50972:
URL: https://github.com/apache/spark/pull/50972#discussion_r2112727676


##########
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:
   Could you also try to find where we can remove skipping caused by the 
division error?



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