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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to