GitHub user rxin opened a pull request:

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

    [SPARK-25862][SQL] Remove rangeBetween APIs introduced in SPARK-21608

    ## What changes were proposed in this pull request?
    This patch removes the rangeBetween functions introduced in SPARK-21608. As 
explained in SPARK-25841, these functions are confusing and don't quite work. 
We will redesign them and introduce better ones in SPARK-25843.
    
    ## How was this patch tested?
    Removed relevant test cases as well. These test cases will need to be added 
back in SPARK-25843.


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

    $ git pull https://github.com/rxin/spark SPARK-25862

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

    https://github.com/apache/spark/pull/22870.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 #22870
    
----
commit 00b0c6c746f4dbd3aa69071b99cf09bc5b53524a
Author: Reynold Xin <rxin@...>
Date:   2018-10-28T21:11:16Z

    [SPARK-25862][SQL] Remove rangeBetween APIs introduced in SPARK-21608

----


---

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

Reply via email to