GitHub user jackylk opened a pull request:
https://github.com/apache/incubator-carbondata/pull/440
[CARBONDATA-537][SPARK2] Fix bug for DICTIONARY_EXCLUDE option in spark2
1. Fix bug for dictionary_exclude option in spark2 integration. In spark2,
datat type name is changed from "string" to "stringtype", but
`isStringAndTimestampColDictionaryExclude` is not modified.
2. Fix bug for data loading with no-kettle. In no-kettle loading, should
not ask user to set kettle home environment variable.
3. clean up scala code style in `GlobalDictionaryUtil`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jackylk/incubator-carbondata exclude
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/440.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 #440
----
commit 0a8c098eeaa4cdb9a5b7bc361e0abb1e4bfddddf
Author: jackylk <[email protected]>
Date: 2016-12-15T16:37:55Z
fix dictionary exclude
commit 8434b2bdb91e6e0f6f93702bd6044696d559e812
Author: jackylk <[email protected]>
Date: 2016-12-16T00:46:34Z
add testcase
----
---
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.
---