GitHub user sounakr opened a pull request:

    https://github.com/apache/carbondata/pull/1111

    Rectify Vector Buffer Overflow Calculation

    
    Rectify Vector Buffer Overflow calculation. Previously we are keeping track 
of all the deleted rows from the buffer which is not needed as deleted rows are 
not physically removed from buffer. Better to make all calculations with total 
number of rows which is being filled in the buffer.  

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

    $ git pull https://github.com/sounakr/incubator-carbondata 
Dictionary_Based_vector_reader

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

    https://github.com/apache/carbondata/pull/1111.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 #1111
    
----
commit 319dde19753dbf8cd47143f4e64e4f6d42acf93b
Author: sounakr <soun...@gmail.com>
Date:   2017-06-28T19:45:21Z

    Rectify Vector Buffer Calculation

----


---
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.
---

Reply via email to