dgd-contributor commented on a change in pull request #33911:
URL: https://github.com/apache/spark/pull/33911#discussion_r706143357



##########
File path: python/pyspark/pandas/tests/data_type_ops/test_num_ops.py
##########
@@ -527,6 +527,32 @@ def test_ge(self):
             for pser, psser in self.intergral_extension_pser_psser_pairs:
                 self.check_extension(pser >= pser, (psser >= 
psser).sort_index())
 
+    def test_xor(self):

Review comment:
       updated, I added ```xor``` in ```IntegralExtensionOps``` which always 
raise ```TypeError``` like pandas behavior




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

Reply via email to