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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to