xinrong-databricks commented on a change in pull request #33752:
URL: https://github.com/apache/spark/pull/33752#discussion_r692359242
##########
File path: python/pyspark/pandas/tests/test_ops_on_diff_frames.py
##########
@@ -1955,6 +1955,28 @@ def test_pow_and_rpow(self):
with self.assertRaisesRegex(ValueError, "Cannot combine the series or
dataframe"):
psser.rpow(psser_other)
+ def test_cov(self):
+ from pyspark.pandas.config import set_option, reset_option
+
+ set_option("compute.ops_on_diff_frames", True)
Review comment:
We may not need to set the option in this class.
--
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]