GitHub user kumarvishal09 opened a pull request:
https://github.com/apache/carbondata/pull/2304
Fixed No dictionary Complex type with double/date/decimal data type
Problem: SDK create table with No Dictionary complex type is failing when
complex type child contain double/date/decimal data type
Solution: In complex type validation , it is not allowing
double/date/decimal data , need to remove the same
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [ ] Testing done
Added UT
- [ ] 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/kumarvishal09/incubator-carbondata sdkdefetcs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2304.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 #2304
----
commit 54b1e576f9168ae05584063044a2b63fde5da49f
Author: kumarvishal09 <kumarvishal1802@...>
Date: 2018-05-14T08:47:38Z
Fixed No dictionary Complex type with double/date/decimal data type
----
---