GitHub user manishgupta88 opened a pull request:
https://github.com/apache/carbondata/pull/2663
[CARBONDATA-2894] Add support for complex map type through spark carbon
file format API
This PR supports loading querying complex map type through spark carbon
file format API.
**Note: This PR is dependent on PR #2649**
- [ ] 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
map_spark_carbon_file_support
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2663.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 #2663
----
commit e67bd0cb485c4bed15ce8ac3ef3be9b3a4f3798e
Author: manishgupta88 <tomanishgupta18@...>
Date: 2018-08-20T04:59:29Z
Added support for Avro Map type using SDK
commit 6db7f2a0d7c02406e0ecc9aa7ac69e2ec2e540a6
Author: manishgupta88 <tomanishgupta18@...>
Date: 2018-08-27T13:47:21Z
Add support for complex map type using spark carbon file format API
----
---