GitHub user Indhumathi27 opened a pull request:
https://github.com/apache/carbondata/pull/2578
Fix Dictionary_Include for ComplexDataType
Why this PR for?
Check if a column is given as Dictionary_Include and fill cardinality for
that column
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [ ] Testing done
- [ ] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Indhumathi27/carbondata dict_fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2578.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 #2578
----
commit bab79be62af7ffecb9dc1fcfe520fd0288c0281a
Author: Indhumathi27 <indhumathim27@...>
Date: 2018-07-30T08:48:44Z
Fix Dictionary_Include for ComplexDataType
----
---