GitHub user ravipesala opened a pull request:
https://github.com/apache/carbondata/pull/1733
[CARBONDATA-1944][PARTITION]Special character like comma (,) cannot be
loaded on partition columns
There is an issue while setting the partition information to the
CarbonTableInputFormat , it is fixed in this PR.
And also removed the old CarbonInputFormat class and its references.
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [X] Any interfaces changed?
- [X] Any backward compatibility impacted?
- [X] Document update required?
- [X] Testing done
Tests added
- [X] 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/ravipesala/incubator-carbondata
load-with-special-char-fail
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1733.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 #1733
----
commit 1d28104ff4650d19944a3f8e9de4c49a308d8e8c
Author: ravipesala <ravi.pesala@...>
Date: 2017-12-27T18:03:54Z
Fix Special character like comma (,) cannot be loaded on partition columns
commit 7a5b970f9630bf6e1ac7396e04ee1d9c78ea2128
Author: ravipesala <ravi.pesala@...>
Date: 2017-12-27T18:30:36Z
Removed unnecessary CarbonInputFormat class
----
---