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 2016/08/30 11:09:00 UTC

[2/2] incubator-carbondata git commit: [CARBONDATA-165] Support loading fact file with header for all dictionary This closes #82

[CARBONDATA-165] Support loading fact file with header for all dictionary This closes #82


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

Branch: refs/heads/master
Commit: 78c0fb7aa6310329eadba418dcd85610f091729c
Parents: 8567ec6 ceda339
Author: ravipesala <ra...@gmail.com>
Authored: Tue Aug 30 16:38:29 2016 +0530
Committer: ravipesala <ra...@gmail.com>
Committed: Tue Aug 30 16:38:29 2016 +0530

----------------------------------------------------------------------
 .../apache/carbondata/core/util/CarbonUtil.java | 30 ++++++++++++
 .../src/main/resources/datawithoutheader.csv    | 10 ----
 .../examples/AllDictionaryExample.scala         | 12 ++---
 .../examples/util/AllDictionaryUtil.scala       |  2 +-
 .../spark/util/GlobalDictionaryUtil.scala       | 50 +++++++++++++-------
 .../processing/csvload/GraphExecutionUtil.java  | 29 +-----------
 6 files changed, 71 insertions(+), 62 deletions(-)
----------------------------------------------------------------------