You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ra...@apache.org on 2017/05/17 19:36:40 UTC

[2/2] carbondata git commit: [CARBONDATA-1061] if AL_DICTIONARY_PATH is used in load option then by SINGLE_PASS must be used. This closes #921

[CARBONDATA-1061] if AL_DICTIONARY_PATH is used in load option then by SINGLE_PASS must be used. This closes #921


Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/608fb3a2
Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/608fb3a2
Diff: http://git-wip-us.apache.org/repos/asf/carbondata/diff/608fb3a2

Branch: refs/heads/master
Commit: 608fb3a267709e9ad7ee2343c48490896e481291
Parents: 07b6e9f 083a28a
Author: ravipesala <ra...@gmail.com>
Authored: Thu May 18 01:06:24 2017 +0530
Committer: ravipesala <ra...@gmail.com>
Committed: Thu May 18 01:06:24 2017 +0530

----------------------------------------------------------------------
 .../resources/predefdic/allpredefdictionary.csv |   3 +
 .../src/test/resources/predefdic/data3.csv      |   4 +
 .../test/resources/predefdic/dicfilepath.csv    |   2 +
 .../predefdic/TestPreDefDictionary.scala        |  97 +++++++
 .../spark/util/GlobalDictionaryUtil.scala       |  78 +++--
 .../execution/command/carbonTableSchema.scala   |  45 +--
 .../execution/command/carbonTableSchema.scala   |  46 +--
 .../spark/util/AllDictionaryTestCase.scala      | 160 +++++++++++
 .../spark/util/DictionaryTestCaseUtil.scala     |  49 ++++
 .../util/ExternalColumnDictionaryTestCase.scala | 284 +++++++++++++++++++
 10 files changed, 699 insertions(+), 69 deletions(-)
----------------------------------------------------------------------