GitHub user gengliangwang opened a pull request:

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

    Revise rand comparison in BatchEvalPythonExecSuite

    ## What changes were proposed in this pull request?
    
    Revise rand comparison in BatchEvalPythonExecSuite
    
    In BatchEvalPythonExecSuite, there are two cases using the case "rand() > 3"
    Rand() generates a random value in [0, 1), it is wired to be compared with 
3, use 0.3 instead
    
    ## How was this patch tested?
    
    unit test
    
    Please review http://spark.apache.org/contributing.html before opening a 
pull request.


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

    $ git pull https://github.com/gengliangwang/spark 
revise_BatchEvalPythonExecSuite

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

    https://github.com/apache/spark/pull/18560.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 #18560
    
----
commit 67841437eb2cffec5686fafd07cb1233a1e5072a
Author: Wang Gengliang <ltn...@gmail.com>
Date:   2017-07-07T05:50:24Z

    revise BatchEvalPythonExecSuite

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to