[GitHub] carbondata pull request #2413: [CARBONDATA-2657][BloomDataMap] Fix bugs in l...

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

[GitHub] carbondata pull request #2413: [CARBONDATA-2657][BloomDataMap] Fix bugs in l...

qiuchenjian-2
GitHub user xuchuanyin opened a pull request:

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

    [CARBONDATA-2657][BloomDataMap]  Fix bugs in loading and querying on bloom column with empty values

    Fix bugs in loading and querying on bloom column  â€¦
    Fix bugs in loading and querying with empty values on bloom index
    columns. Convert null values to corresponding values.
   
    Be sure to do all of the following checklist to help us incorporate
    your contribution quickly and easily:
   
     - [ ] Any interfaces changed?
     `NO`
     - [ ] Any backward compatibility impacted?
      `NO`
     - [ ] Document update required?
     `NO`
     - [ ] Testing done
            Please provide details on
            - Whether new unit test cases have been added or why no new tests are required?
    `Test added`
            - How it is tested? Please attach test report.
    `Tested in local machine`
            - Is it a performance related change? Please attach the performance test report.
    `NO`
            - Any additional information to help reviewers in testing this change.
           `NA`
     - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
    `NA`


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

    $ git pull https://github.com/xuchuanyin/carbondata 0625_bloom_loading_filter_empty_values

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

    https://github.com/apache/carbondata/pull/2413.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 #2413
   
----
commit 0cf11cd443cd4531180e0e674cc870dbed867fe3
Author: xuchuanyin <xuchuanyin@...>
Date:   2018-06-24T02:06:54Z

    Fix bugs in bloomfilter for dictionary/sort/date column
   
    In carbondata,
   
    for dictionary column, carbon convert literal value to dict value, then
    convert dict value to mdk value, at last it stores the mdk value as
    internal value in carbonfile.
   
    for other columns, carbon convert literal value to internal value using
    field-converter.
   
    Since bloomfilter datamap stores the internal value, during query we
    should convert the literal value in filter to internal value in order to
    match the value stored in bloomfilter datamap.
   
    Changes are made:
    1. FieldConverters were refactored to extract common value convert methods.
    2. BloomQueryModel was optimized to support converting literal value to
    internal value.
    3. fix bugs for int/float/date/timestamp as bloom index column
    4. fix bugs in dictionary/sort column as bloom index column
    5. add tests
    6. block (deferred) rebuild for bloom datamap (contains bugs that does
    not fix in this commit)

commit 29640866150ccdd66f145259dfc19fd0d7672254
Author: xuchuanyin <xuchuanyin@...>
Date:   2018-06-25T06:02:40Z

    fix bugs

commit ee9359f3ac336b18658beef961ca9e47e7b0d56c
Author: xuchuanyin <xuchuanyin@...>
Date:   2018-06-25T06:17:49Z

    reduce data size for test

commit b910c94d924ac015bbcdae82e60808e2f41d0b46
Author: xuchuanyin <xuchuanyin@...>
Date:   2018-06-26T06:11:17Z

    Fix bugs in negative number of skipped blocklets
   
    Currently in carbondata, default blocklet datamap will be used to prune
    blocklets. Then other indexdatamap will be used.
    But the other index datamap works for segment scope, which in some
    scenarios, the size of pruned result will be bigger than that of default
    datamap, thus causing negative number of skipped blocklets in explain
    query output.
   
    Here we add intersection after pruning. If the pruned result size is
    zero, we will finish the pruning.

commit 1b09402af8af95227f9af59f3c39eec4b3c5d493
Author: xuchuanyin <xuchuanyin@...>
Date:   2018-06-26T06:13:59Z

    Optimize output for explaining querying with datamap
   
    Currently if we have multiple datamaps and the query hits all the
    datamaps, carbondata explain command will only show the first datamap
    and all the datamaps are not shown. In this commit, we show all the
    datamaps that are hitted in this query.

commit 46f03851c28975c5366853de9f86d9cad8ff3a4f
Author: xuchuanyin <xuchuanyin@...>
Date:   2018-06-26T11:53:15Z

    Fix bugs in loading and querying on bloom column
   
    Fix bugs in loading and querying with empty values on bloom index
    columns. Convert null values to corresponding values.

----


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

[GitHub] carbondata issue #2413: [CARBONDATA-2657][BloomDataMap] Fix bugs in loading ...

qiuchenjian-2
Github user xuchuanyin commented on the issue:

    https://github.com/apache/carbondata/pull/2413
 
    This PR dependes on PR #2411


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

[GitHub] carbondata issue #2413: [CARBONDATA-2657][BloomDataMap] Fix bugs in loading ...

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

    https://github.com/apache/carbondata/pull/2413
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/6558/



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

[GitHub] carbondata issue #2413: [CARBONDATA-2657][BloomDataMap] Fix bugs in loading ...

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

    https://github.com/apache/carbondata/pull/2413
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/5389/



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

[GitHub] carbondata issue #2413: [CARBONDATA-2657][BloomDataMap] Fix bugs in loading ...

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

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



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

[GitHub] carbondata issue #2413: [CARBONDATA-2657][BloomDataMap] Fix bugs in loading ...

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

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


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

[GitHub] carbondata issue #2413: [CARBONDATA-2657][BloomDataMap] Fix bugs in loading ...

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

    https://github.com/apache/carbondata/pull/2413
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/5400/



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

[GitHub] carbondata issue #2413: [CARBONDATA-2657][BloomDataMap] Fix bugs in loading ...

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

    https://github.com/apache/carbondata/pull/2413
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/6571/



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

[GitHub] carbondata issue #2413: [CARBONDATA-2657][BloomDataMap] Fix bugs in loading ...

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

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



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

[GitHub] carbondata issue #2413: [CARBONDATA-2657][BloomDataMap] Fix bugs in loading ...

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

    https://github.com/apache/carbondata/pull/2413
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/6678/



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

[GitHub] carbondata issue #2413: [CARBONDATA-2657][BloomDataMap] Fix bugs in loading ...

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

    https://github.com/apache/carbondata/pull/2413
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/5507/



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

[GitHub] carbondata issue #2413: [CARBONDATA-2657][BloomDataMap] Fix bugs in loading ...

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

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


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

[GitHub] carbondata issue #2413: [CARBONDATA-2657][BloomDataMap] Fix bugs in loading ...

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

    https://github.com/apache/carbondata/pull/2413
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/6697/



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

[GitHub] carbondata issue #2413: [CARBONDATA-2657][BloomDataMap] Fix bugs in loading ...

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

    https://github.com/apache/carbondata/pull/2413
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/5524/



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

[GitHub] carbondata issue #2413: [CARBONDATA-2657][BloomDataMap] Fix bugs in loading ...

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

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



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

[GitHub] carbondata issue #2413: [CARBONDATA-2657][BloomDataMap] Fix bugs in loading ...

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

    https://github.com/apache/carbondata/pull/2413
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/6755/



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

[GitHub] carbondata issue #2413: [CARBONDATA-2657][BloomDataMap] Fix bugs in loading ...

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

    https://github.com/apache/carbondata/pull/2413
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/5587/



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

[GitHub] carbondata issue #2413: [CARBONDATA-2657][BloomDataMap] Fix bugs in loading ...

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

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


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

[GitHub] carbondata issue #2413: [CARBONDATA-2657][BloomDataMap] Fix bugs in loading ...

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

    https://github.com/apache/carbondata/pull/2413
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/5603/



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

[GitHub] carbondata issue #2413: [CARBONDATA-2657][BloomDataMap] Fix bugs in loading ...

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

    https://github.com/apache/carbondata/pull/2413
 
    The CI build console shows that:
    ```
    Checking console output
    Setting status of 7612a8cd2b5168c780b7d1448ff4f723eebb10fd to FAILURE with url http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/5603/ and message: 'Build finished. '
    FileNotFoundException means that the credentials Jenkins is using is probably wrong. Or the user account does not have write access to the repo.
    ```
    maybe there is something wrong with the CI


---
123