HyukjinKwon commented on a change in pull request #32785:
URL: https://github.com/apache/spark/pull/32785#discussion_r647885374



##########
File path: python/pyspark/pandas/data_type_ops/base.py
##########
@@ -52,33 +52,42 @@
     from pyspark.pandas.series import Series  # noqa: F401 (SPARK-34943)
 
 
-def is_valid_operand_for_numeric_arithmetic(operand: Any, *, allow_bool: bool 
= True) -> bool:
-    """Check whether the operand is valid for arithmetic operations against 
numerics."""
+def is_valid_operand_for_numeric_arithmetic(
+    operand: Any, *, allow_bool_index_ops: bool = True, allow_bool: bool = True

Review comment:
       BTW, I investigated Nan None True evaluation before at 
https://github.com/apache/spark/pull/24234/files#diff-2086df5f0cf7291ee71bbde83662c0e34600c53c04ee0e377ceadf61e6c496deR365-R382.
 might be helpful




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

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