itholic commented on a change in pull request #33911:
URL: https://github.com/apache/spark/pull/33911#discussion_r703957761



##########
File path: python/pyspark/pandas/base.py
##########
@@ -422,12 +422,18 @@ def __and__(self, other: Any) -> SeriesOrIndex:
     def __or__(self, other: Any) -> SeriesOrIndex:
         return self._dtype_op.__or__(self, other)
 
+    def __xor__(self, other: Any) -> SeriesOrIndex:

Review comment:
       Oh, yeah. I missed it.
   
   Thanks for pointing out




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

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



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

Reply via email to