GitHub user dhatchayani opened a pull request:
https://github.com/apache/carbondata/pull/1520
[CARBONDATA-1734] Ignore empty line while reading CSV
Ignore / Skip empty lines while loading
Load level and System level properties are added to control it.
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [X] Document update required?
New System level property and load level property is added.
Document should be updated
accordingly.
- [X] Testing done
UT Added
- [ ] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dhatchayani/incubator-carbondata empty_line
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1520.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1520
----
commit 41b0a259ba94509245383a23029b6a6ce2366760
Author: dhatchayani <[email protected]>
Date: 2017-11-17T07:11:49Z
[CARBONDATA-1734] Ignore empty line while reading CSV
----
---