You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Takuya Ueshin (Jira)" <ji...@apache.org> on 2021/05/19 22:08:00 UTC

[jira] [Resolved] (SPARK-35338) Separate arithmetic operations into data type based structures

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

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

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

> Separate arithmetic operations into data type based structures
> --------------------------------------------------------------
>
>                 Key: SPARK-35338
>                 URL: https://issues.apache.org/jira/browse/SPARK-35338
>             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
>
>
> For arithmetic operations:
> {code:java}
> __add__, __sub__, __mul__, __truediv__, __floordiv__, __pow__, __mod__,
> __radd__, __rsub__, __rmul__, __rtruediv__, __rfloordiv__, __rpow__,__rmod__
> {code}
> we would like to separate them into data-type-based structures.
> The existing behaviors of each arithmetic operation should be preserved.



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

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