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



##########
File path: python/pyspark/pandas/indexes/base.py
##########
@@ -2603,6 +2603,9 @@ def __iter__(self) -> Iterator:
     def __xor__(self, other: "Index") -> "Index":
         return self.symmetric_difference(other)
 
+    def __rxor__(self, other: "Index") -> "Index":

Review comment:
       Thank you, updated




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