You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ku...@apache.org on 2017/11/18 15:49:04 UTC

[2/2] carbondata git commit: [CARBONDATA-1734] Ignore empty line while reading CSV This closes #1520

[CARBONDATA-1734] Ignore empty line while reading CSV This closes #1520


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

Branch: refs/heads/master
Commit: 198e5b689b721bb959c779e35609d463e9f171e5
Parents: c252897 40f0608
Author: kumarvishal <ku...@gmail.com>
Authored: Sat Nov 18 21:18:41 2017 +0530
Committer: kumarvishal <ku...@gmail.com>
Committed: Sat Nov 18 21:18:41 2017 +0530

----------------------------------------------------------------------
 .../core/constants/CarbonCommonConstants.java   |  8 +-
 .../constants/CarbonLoadOptionConstants.java    |  6 ++
 .../src/test/resources/emptylines.csv           |  7 ++
 .../testsuite/emptyrow/TestSkipEmptyLines.scala | 99 ++++++++++++++++++++
 .../carbondata/spark/util/CommonUtil.scala      |  1 +
 .../carbondata/spark/util/DataLoadingUtil.scala |  9 ++
 .../spark/sql/catalyst/CarbonDDLSqlParser.scala | 11 ++-
 .../loading/DataLoadProcessBuilder.java         |  2 +
 .../constants/DataLoadProcessorConstants.java   |  2 +
 .../loading/csvinput/CSVInputFormat.java        | 28 +++++-
 .../loading/model/CarbonLoadModel.java          | 15 +++
 11 files changed, 185 insertions(+), 3 deletions(-)
----------------------------------------------------------------------