GitHub user mgaido91 opened a pull request:

    https://github.com/apache/spark/pull/21967

    [SPARK-24598][DOCS] State in the documentation the behavior when arithmetic 
operations cause overflow

    ## What changes were proposed in this pull request?
    
    According to the discussion in https://github.com/apache/spark/pull/21599, 
changing the behavior of arithmetic operations so that they can check for 
overflow is not nice in a minor release. What we can do for 2.4 is warn users 
about the current behavior in the documentation, so that they are aware of the 
issue and can take proper actions.
    
    ## How was this patch tested?
    
    NA


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mgaido91/spark SPARK-24598_doc

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/21967.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #21967
    
----
commit 67e5f8dd6c9516c9199b35123d3cd87e2a4e3470
Author: Marco Gaido <marcogaido91@...>
Date:   2018-08-02T10:30:51Z

    [SPARK-24598][DOCS] State in the documentation the behavior when arithmetic 
operations cause overflow

----


---

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

Reply via email to