GitHub user wangjiaochun opened a pull request:

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

    [SPARK-26292][CORE]Assert statement of currentPage may be not in right place

    ## What changes were proposed in this pull request?
    The assert  statement of currentPage is not in right place,it should be 
add to the back of 
    allocatePage in a function acquireNewPageIfNecessary.
    
    ## How was this patch tested?
    Existing tests
    
    (Please explain how this patch was tested. E.g. unit tests, integration 
tests, manual tests)
    (If this patch involves UI changes, please attach a screenshot; otherwise, 
remove this)
    
    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/wangjiaochun/spark SorterPagePointer

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

    https://github.com/apache/spark/pull/23246.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 #23246
    
----
commit 877cf4cf8d2a0f3c6868980eabaa41b5ee20767b
Author: 10087686 <wang.jiaochun@...>
Date:   2018-12-06T10:49:49Z

    assert place is not right

----


---

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

Reply via email to