You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Haejoon Lee (Jira)" <ji...@apache.org> on 2023/04/17 06:22:00 UTC

[jira] [Created] (SPARK-43159) Refine `column_op` to use lambda function instead of Column API.

Haejoon Lee created SPARK-43159:
-----------------------------------

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


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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org