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 2022/11/30 08:10:00 UTC

[GitHub] [spark] zhengruifeng commented on a diff in pull request #38848: [SPARK-41335][CONNECT][PYTHON] Support IsNull and IsNotNull in Column

zhengruifeng commented on code in PR #38848:
URL: https://github.com/apache/spark/pull/38848#discussion_r1035646666


##########
python/pyspark/sql/connect/column.py:
##########
@@ -58,6 +58,15 @@ def _(self: "Column", other: Any) -> "Column":
     return _
 
 
+def _unary_op(
+    name: str, doc: str = "unary function", reverse: bool = False

Review Comment:
   `reverse` is never used?



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