GitHub user akashrn5 opened a pull request:
https://github.com/apache/carbondata/pull/2451
[CARBONDATA-2585][CARBONDATA-2586]Fix local dictionary support for preagg
and set localdict info in column schema
**Changes**
This PR fixes local dictionary support for preaggregate and set the column
dict info of each column in column schema read and write for backward
compatibility.
Existing test cases of local dictionary will take care of testing this
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/akashrn5/incubator-carbondata
local_preag_query
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2451.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 #2451
----
commit 78fc7e1acec23e4fd1c9f6cb5ad57e4ea87d3df5
Author: akashrn5 <akashnilugal@...>
Date: 2018-07-05T05:53:40Z
fix local dictionary for preagg and set localdict info in column schema
----
---