GitHub user dhatchayani opened a pull request:
https://github.com/apache/carbondata/pull/1932
[CARBONDATA-2131] Alter table adding long datatype is failing but Create
table with long type is successful, in Spark 2.1
"Create table" supported data types and "alter add columns" supported data
types should be consistent.
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [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 alter_long
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1932.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 #1932
----
commit aa44536bf52435390f8958c928f0a9a6ce3352aa
Author: dhatchayani <dhatcha.official@...>
Date: 2018-02-05T10:51:09Z
[CARBONDATA-2131] Alter table adding long datatype is failing but Create
table with long type is successful, in Spark 2.1[
----
---