[ 
https://issues.apache.org/jira/browse/SPARK-35615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Takuya Ueshin resolved SPARK-35615.
-----------------------------------
    Fix Version/s: 3.2.0
         Assignee: Xinrong Meng
       Resolution: Fixed

Issue resolved by pull request 33162
https://github.com/apache/spark/pull/33162

> Make unary and comparison operators data-type-based
> ---------------------------------------------------
>
>                 Key: SPARK-35615
>                 URL: https://issues.apache.org/jira/browse/SPARK-35615
>             Project: Spark
>          Issue Type: Sub-task
>          Components: PySpark
>    Affects Versions: 3.2.0
>            Reporter: Xinrong Meng
>            Assignee: Xinrong Meng
>            Priority: Major
>             Fix For: 3.2.0
>
>
> We have been refactoring basic operators to be data-type-based for 
> readability, flexibility, and extensibility.
> Unary and comparison operators are still not data-type-based yet. We should 
> fill the gaps.
>  * Unary operators: {{__neg__}}, {{__abs__}}, {{__invert__}},
>  * Comparison operators: {{>}}, {{>=}}, {{<}}, {{<=}}, {{==}}, {{!=}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to