GitHub user tianlileer opened a pull request:
https://github.com/apache/incubator-carbondata/pull/707
[CARBONDATA-828] CarbonGlobalDictionaryRDD model.isComplexes
model.dimensionsé¿åº¦å¯è½ä¸ä¸è´
org.apache.carbondata.spark.rdd.CarbonGlobalDictionaryGenerateRDD find a
bug:
code line 378-380
if (model.isFirstLoad && model.highCardIdentifyEnable
&& !model.isComplexes(split.index)
&& model.dimensions(split.index).isColumnar) {
model.dimensions(split.index).isColumnar must change to
model.primDimensions(split.index).isColumnar because model.isComplexes.length
may be != model.dimensions.length when create table use DICTIONARY_EXCLUDE or
column datatype is complex
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tianlileer/incubator-carbondata master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/707.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 #707
----
commit a418dd5ca20e008c40ababa26fc5f7e563a291f7
Author: tianli <[email protected]>
Date: 2017-03-28T09:45:29Z
CarbonGlobalDictionaryRDD åæ®µæ¯è¾ä¸ä¸è´
----
---
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.
---