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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17341034#comment-17341034 ] 

Apache Spark commented on SPARK-35338:
--------------------------------------

User 'xinrong-databricks' has created a pull request for this issue:
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
>            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