[
https://issues.apache.org/jira/browse/CARBONDATA-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15469870#comment-15469870 ]
ASF GitHub Bot commented on CARBONDATA-217:
-------------------------------------------
GitHub user kumarvishal09 opened a pull request:
https://github.com/apache/incubator-carbondata/pull/130 [CARBONDATA-217]Fixed data mismatch issue after compaction
Step1: Run Data load and restart server
Step2: Start compaxction
Step3: Run Query
Query is giving different result after compaction
Problem:In compaction flow we are not setting the useInvertedIndex boolean for key column so it is false and it is not writing column data in sorted order and binary search is failing
Solution: Need to set the useInvertedIndex array from carbon table
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/kumarvishal09/incubator-carbondata DataMismatchIssueAfterCompaction
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/130.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #130
----
commit e65a5a2c2dbdb13453e36367a78afe133fb43b6a
Author: kumarvishal <
[hidden email]>
Date: 2016-09-07T07:18:19Z
Fixed data mismatch issue after compaction
----
> Data mismatch issue in After compaction
> ---------------------------------------
>
> Key: CARBONDATA-217
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-217> Project: CarbonData
> Issue Type: Bug
> Reporter: kumar vishal
> Assignee: kumar vishal
>
> Step1: Run Data load and restart server
> Step2: Start compaxction
> Step3: Run Query
> Query is giving different result after compaction
> Problem:In compaction flow we are not setting the useInvertedIndex boolean for key column so it is false and it is not writing column data in sorted order and binary search is failing
> Solution: Need to set the useInvertedIndex array from carbon table
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)