GitHub user manishgupta88 opened a pull request:
https://github.com/apache/carbondata/pull/2702 [WIP] Fixed multiple complex type issue
**This PR contains**
1. Fix to support nested complex type till integer length. When the data length in one row for nested complex type was crossing the short limit exception was being throw. Now length till integer limit is supported.
2. Fixed error message when map type was given as sort column in SDK
3. Fixed map type parsing issue for nested structures like struct<array<map>> or array<array<map>>
- [ ] Any interfaces changed?
No
- [ ] Any backward compatibility impacted?
No
- [ ] Document update required?
No
- [ ] Testing done
Added test cases
- [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
NA
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/manishgupta88/carbondata fix_map_type_issues
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2702.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2702
----
commit f9e76162043206a006cf68822121c995f12b3c6b
Author: manishgupta88 <tomanishgupta18@...>
Date: 2018-09-10T07:12:33Z
Fixed multiple complex type issue and added test cases for validation
----
---