itholic commented on code in PR #45377:
URL: https://github.com/apache/spark/pull/45377#discussion_r1549517320
##########
python/pyspark/sql/column.py:
##########
@@ -195,6 +197,7 @@ def _(self: "Column", other: Union["LiteralType",
"DecimalLiteral"]) -> "Column"
return _
+@with_origin_to_class
class Column:
Review Comment:
I believe so.
I know there are some additional handling for couple of DataFrame functions
such as `approxQuantile`, `cov`, `corr`, `corsstab` etc., but they immediately
raise error from PySpark unlike Column API, so I think it should be fine.
--
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]