GitHub user Shubh18s opened a pull request:
https://github.com/apache/carbondata/pull/2988
[CARBONDATA-3174] Fix trailing space issue with varchar column for SDK
What was the issue?
After doing SDK Write, Select * was failing for 'long_string_columns' with
trailing space.
What has been changed?
Removed the trailing space in ColumnName.
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [x] Testing done
Added a test case.
- [ ] 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/Shubh18s/carbondata master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2988.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 #2988
----
commit 7a5d26e6802fef2e40f987e49298a25b78183d20
Author: Shubh18s <singh18shubhdeep@...>
Date: 2018-12-14T09:11:06Z
varchar column trailing space issue fixed
----
---