amaliujia commented on code in PR #38844:
URL: https://github.com/apache/spark/pull/38844#discussion_r1035473000


##########
python/pyspark/sql/connect/column.py:
##########
@@ -352,17 +365,332 @@ def __init__(self, expr: Expression) -> None:
     __rpow__ = _bin_op("pow", reverse=True)
     __ge__ = _bin_op(">=")
     __le__ = _bin_op("<=")
-    # __eq__ = _bin_op("==")  # ignore [assignment]
+
+    _eqNullSafe_doc = """
+        Equality test that is safe for null values.
+
+        .. versionadded:: 2.3.0

Review Comment:
   I chose to remove all `versionadded` from this PR. 
   
   Later we can go through all the places of Connect probably to remove 
`versionadded:: 3.4.0` but only have package level comment, given Connect is a 
new thing since 3.4.



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