GitHub user BJangir opened a pull request:
https://github.com/apache/carbondata/pull/1712 [CARBONDATA-1931]DataLoad failed for Aggregate table when measure is â¦
Root Cause , during data loading ,dataframe columns are sorted based on selection order but in RowConverter fileds values are compared based on ordinal column .
Solution = while making CarbonLoadModel set header sorted by ordinal columns instead of selection order.
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/BJangir/incubator-carbondata CARBONDATA-1931
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1712.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1712
----
commit f619a97caa7e0e7bd0aaa6326c23055b87a9e99e
Author: BJangir <babulaljangir111@...>
Date: 2017-12-22T08:40:48Z
[CARBONDATA-1931]DataLoad failed for Aggregate table when measure is used for groupby
----
---