[
https://issues.apache.org/jira/browse/SPARK-43159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Haejoon Lee resolved SPARK-43159.
---------------------------------
Resolution: Won't Fix
> Refine `column_op` to use lambda function instead of Column API.
> ----------------------------------------------------------------
>
> Key: SPARK-43159
> URL: https://issues.apache.org/jira/browse/SPARK-43159
> Project: Spark
> Issue Type: Sub-task
> Components: Pandas API on Spark
> Affects Versions: 3.5.0
> Reporter: Haejoon Lee
> Priority: Major
>
> Refining `column_op(Column.__eq__)(left, right)` to use lambda function such
> as `column_op(lambda x, y: x.__eq__(y))(left, right)`
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]