GitHub user QiangCai opened a pull request:

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

    [CARBONDATA-1145] Fix single-pass issue for multi-task loading

    **Issue**
    The single-pass loading of partition table lost incremental dictionary. The 
query result of dictionary column is null.
    
    **Analyze**
    During the single-pass loading, the executor will send many initial message 
to server to initialize the dictionary generator. for each initial message, it 
will update the generator, will lead to lost some incremental dictionary.
    
    **Solution**
    Reuse the dictionary generator, no need to update it if exists.

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

    $ git pull https://github.com/QiangCai/carbondata fixsinglepassforpatition

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

    https://github.com/apache/carbondata/pull/1008.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 #1008
    
----
commit 8b3f897878207fef56bc7445f925ebcc5876c037
Author: QiangCai <[email protected]>
Date:   2017-06-08T09:47:07Z

    fix single-pass issue for partition table

----


---
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