You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by kumarvishal09 <gi...@git.apache.org> on 2017/09/25 12:47:01 UTC

[GitHub] carbondata pull request #1383: [CARBONDATA-1278] Data Mismatch issue when di...

GitHub user kumarvishal09 opened a pull request:

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

    [CARBONDATA-1278] Data Mismatch issue when dictionary column filter values doesn't exists in dictionary 

    **Root cause:** when filter value is not present in dictionary, end key for that column is updated with 0,and hence btree jump is not selecting all the leaf node.
    **Fix:**
    To handle this issue end key should be updated with Integer max value, so that it can go till last leafnode of btree
    


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

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

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

    https://github.com/apache/carbondata/pull/1383.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 #1383
    
----
commit 9e82afee035b06427b415405a0242e980c8e4af1
Author: kumarvishal <ku...@gmail.com>
Date:   2017-09-25T12:45:20Z

    Root cause
    when filter value is not present in dictionary, end key for that column is updated with 0,and hence btree jump is not selecting all the leaf node.
    Fix
    To handle this issue end key should be updated with Integer max value, so that it can go till last leafnode of btree

----


---

[GitHub] carbondata issue #1383: [CARBONDATA-1278] Data Mismatch issue when dictionar...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1383
  
    LGTM


---

[GitHub] carbondata pull request #1383: [CARBONDATA-1278] Data Mismatch issue when di...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---

[GitHub] carbondata issue #1383: [CARBONDATA-1278] Data Mismatch issue when dictionar...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1383
  
    Build Success with Spark 1.6, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/164/



---

[GitHub] carbondata issue #1383: [CARBONDATA-1278] Data Mismatch issue when dictionar...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1383
  
    retest this please


---

[GitHub] carbondata issue #1383: [CARBONDATA-1278] Data Mismatch issue when dictionar...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1383
  
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/289/



---

[GitHub] carbondata issue #1383: [CARBONDATA-1278] Data Mismatch issue when dictionar...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1383
  
    Build Success with Spark 1.6, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/179/



---

[GitHub] carbondata issue #1383: [CARBONDATA-1278] Data Mismatch issue when dictionar...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1383
  
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/935/



---

[GitHub] carbondata issue #1383: [CARBONDATA-1278] Data Mismatch issue when dictionar...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1383
  
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/920/



---

[GitHub] carbondata issue #1383: [CARBONDATA-1278] Data Mismatch issue when dictionar...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1383
  
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/304/



---