You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/09/09 07:16:03 UTC

[GitHub] [spark] dgd-contributor commented on a change in pull request #33911: [SPARK-36653][PYTHON] Implement Series.__xor__ and Series.__rxor__

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




-- 
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-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org