Yikun commented on a change in pull request #33275:
URL: https://github.com/apache/spark/pull/33275#discussion_r666647257



##########
File path: python/pyspark/pandas/data_type_ops/base.py
##########
@@ -79,7 +79,7 @@ def is_valid_operand_for_numeric_arithmetic(operand: Any, *, 
allow_bool: bool =
 
 
 def transform_boolean_operand_to_numeric(
-    operand: Any, spark_type: Optional[DataType] = None
+    operand: Any, *, dtype: Optional[Dtype] = None, spark_type: 
Optional[DataType] = None

Review comment:
       nit: the doc should be updated, we could do it in followup.




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