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

[jira] [Updated] (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 ]

Xinrong Meng updated SPARK-35338:
---------------------------------
    Description: 
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.

> 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
>            Priority: Major
>
> 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