xinrong-databricks commented on a change in pull request #33546:
URL: https://github.com/apache/spark/pull/33546#discussion_r678496321
##########
File path: python/pyspark/pandas/tests/data_type_ops/test_complex_ops.py
##########
@@ -252,70 +262,76 @@ def test_invert(self):
self.assertRaises(TypeError, lambda: ~self.psser)
def test_eq(self):
- with option_context("compute.ops_on_diff_frames", True):
- self.assert_eq(
- self.pser == self.other_pser, (self.psser ==
self.other_psser).sort_index()
- )
- self.assert_eq(self.pser == self.pser, (self.psser ==
self.psser).sort_index())
- self.assert_eq(
- self.struct_pser == self.struct_pser,
- (self.struct_psser == self.struct_psser).sort_index(),
- )
+ pdf, psdf = self.complex_pdf, self.complex_pdf
Review comment:
Test cases on that are added. Thanks!
--
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]