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

classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

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

qiuchenjian-2
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 <[hidden email]>
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

----


---
Reply | Threaded
Open this post in threaded view
|

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

qiuchenjian-2
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/



---
Reply | Threaded
Open this post in threaded view
|

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

qiuchenjian-2
In reply to this post by qiuchenjian-2
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/



---
Reply | Threaded
Open this post in threaded view
|

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

qiuchenjian-2
In reply to this post by qiuchenjian-2
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/



---
Reply | Threaded
Open this post in threaded view
|

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

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

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


---
Reply | Threaded
Open this post in threaded view
|

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

qiuchenjian-2
In reply to this post by qiuchenjian-2
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/



---
Reply | Threaded
Open this post in threaded view
|

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

qiuchenjian-2
In reply to this post by qiuchenjian-2
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/



---
Reply | Threaded
Open this post in threaded view
|

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

qiuchenjian-2
In reply to this post by qiuchenjian-2
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/



---
Reply | Threaded
Open this post in threaded view
|

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

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

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


---
Reply | Threaded
Open this post in threaded view
|

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

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user asfgit closed the pull request at:

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


---