You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ch...@apache.org on 2016/11/02 15:33:14 UTC

[2/2] incubator-carbondata git commit: [CARBONDATA-355] Remove unnecessary method argument columnIdentifier of PathService.getCarbonTablePath This closes #274

[CARBONDATA-355] Remove unnecessary method argument columnIdentifier of PathService.getCarbonTablePath This closes #274


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

Branch: refs/heads/master
Commit: 8efab652ea1a48697f861cbc896abd50305937c2
Parents: 94ffcdd 77c90b8
Author: chenliang613 <ch...@apache.org>
Authored: Wed Nov 2 23:32:50 2016 +0800
Committer: chenliang613 <ch...@apache.org>
Committed: Wed Nov 2 23:32:50 2016 +0800

----------------------------------------------------------------------
 .../java/org/apache/carbondata/common/ext/PathFactory.java     | 4 +---
 .../core/cache/dictionary/AbstractDictionaryCache.java         | 6 ++----
 .../core/reader/CarbonDictionaryMetadataReaderImpl.java        | 2 +-
 .../carbondata/core/reader/CarbonDictionaryReaderImpl.java     | 2 +-
 .../reader/sortindex/CarbonDictionarySortIndexReaderImpl.java  | 2 +-
 .../java/org/apache/carbondata/core/service/PathService.java   | 5 +----
 .../carbondata/core/writer/CarbonDictionaryWriterImpl.java     | 2 +-
 .../writer/sortindex/CarbonDictionarySortIndexWriterImpl.java  | 2 +-
 .../carbondata/spark/rdd/CarbonGlobalDictionaryRDD.scala       | 3 +--
 .../spark/util/GlobalDictionaryUtilConcurrentTestCase.scala    | 2 +-
 10 files changed, 11 insertions(+), 19 deletions(-)
----------------------------------------------------------------------