GitHub user kumarvishal09 opened a pull request:

    https://github.com/apache/incubator-carbondata/pull/106

    [CARBONDATA-160]Data mismatch issue in case of multiple segment with 
different dictionary key size

    Problem:In case of multiple segment and each segment keygenertaor key size 
is not same in that case when we are converting the surrogate key to mdkey 
values which are not present in the older segments using keygenertaor in that 
case  keygenerator is giving some values which is less than column cardinality 
    
    Solutions: Need add only those surrogate keys which is less than equal to 
cardinality of the segment

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

    $ git pull https://github.com/kumarvishal09/incubator-carbondata 
FilterQueryDataMismatchIssue

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

    https://github.com/apache/incubator-carbondata/pull/106.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 #106
    
----
commit d178cd1bc62062d57ab888b4ffbd16d728325ca1
Author: kumarvishal <[email protected]>
Date:   2016-08-29T12:55:46Z

    Data Mismatch issue in filter query

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to