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/09/21 16:25:21 UTC

[3/3] incubator-carbondata git commit: [CARBONDATA-215][CARBONDATA-216] Corrected file headers and removed unnecessary open csv files This closes #186

[CARBONDATA-215][CARBONDATA-216] Corrected file headers and removed unnecessary open csv files This closes #186


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

Branch: refs/heads/master
Commit: 64ddf9fd2d4a0eda489baa2c51691c725f8cdfbf
Parents: 676bd96 a1b3ad3
Author: chenliang613 <ch...@apache.org>
Authored: Wed Sep 21 09:24:56 2016 -0700
Committer: chenliang613 <ch...@apache.org>
Committed: Wed Sep 21 09:24:56 2016 -0700

----------------------------------------------------------------------
 .../carbondata/scan/QueryExecutor_UT.java       |  35 --
 .../spark/partition/api/DataPartitioner.java    |   9 -
 .../spark/partition/api/Partition.java          |   9 -
 .../partition/api/impl/CSVFilePartitioner.java  | 365 ------------
 .../api/impl/DataPartitionerProperties.java     |   3 -
 .../partition/api/impl/DefaultLoadBalancer.java |   9 -
 .../spark/partition/api/impl/PartitionImpl.java |   9 -
 .../api/impl/QueryPartitionHelper.java          |   9 -
 .../spark/partition/reader/CSVIterator.java     |  74 ---
 .../spark/partition/reader/CSVParser.java       | 559 -------------------
 .../spark/partition/reader/CSVReader.java       | 496 ----------------
 .../spark/partition/reader/CSVWriter.java       | 396 -------------
 .../spark/partition/reader/LineReader.java      |  68 ---
 .../spark/partition/reader/ResultSetHelper.java |  87 ---
 .../reader/ResultSetHelperService.java          | 327 -----------
 .../spark/rdd/CarbonDataPartitionRDD.scala      | 112 ----
 .../spark/rdd/CarbonDataRDDFactory.scala        |  31 -
 .../spark/rdd/CarbonGlobalDictionaryRDD.scala   |   7 +-
 .../spark/util/GlobalDictionaryUtil.scala       |  23 +-
 .../org/apache/spark/sql/CarbonContext.scala    |  42 +-
 .../execution/command/carbonTableSchema.scala   |  50 --
 21 files changed, 20 insertions(+), 2700 deletions(-)
----------------------------------------------------------------------