GitHub user paul-rogers opened a pull request:

    https://github.com/apache/drill/pull/1090

    DRILL-6080: Sort incorrectly limits batch size to 65535 records

    Sort incorrectly limits batch size to 65535 records rather than 65536.
    
    This PR also includes a few code cleanup items.
    
    Also fixes DRILL-6086: Overflow in offset vector in row set writer
    
    @vrozov, please review.

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

    $ git pull https://github.com/paul-rogers/drill DRILL-6080

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

    https://github.com/apache/drill/pull/1090.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 #1090
    
----
commit c1d3402a619f3355e47e845aae245fd0f96e2189
Author: Paul Rogers <progers@...>
Date:   2018-01-11T00:04:53Z

    DRILL-6080: Sort incorrectly limits batch size to 65535 records
    
    Sort incorrectly limits batch size to 65535 records rather than 65536.
    
    This PR also includes a few code cleanup items.
    
    Fix for overflow in offset vector in row set writer

----


---

Reply via email to