GitHub user kumarvishal09 opened a pull request:
https://github.com/apache/carbondata/pull/2297
[CARBONDATA-2471]Added support for No Dictionary Complex type for Double,
Decimal, Date type in SDK
Added support for No Dictionary Complex type for Double, Decimal, Date type
in SDK
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [ ] Testing done
Added UT for each data type
- [ ] 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 nodicdouble
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2297.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 #2297
----
commit 46a37226356d3cc619317b633d13d396016a4a6d
Author: kunal642 <kunalkapoor642@...>
Date: 2018-05-07T15:28:21Z
fixed issues related to complex types
commit 57b7ad8f8ac55cd2b027a26de9cf6df9ca855301
Author: kumarvishal09 <kumarvishal1802@...>
Date: 2018-05-10T17:22:09Z
added support for Double, Decimal, date data type in No Dictionary Complex
type
----
---