GitHub user sounakr opened a pull request:
https://github.com/apache/carbondata/pull/2276
[CARBONDATA-2443][WIP][SDK]Multi level complex type support for AVRO based
SDK
Multi level complex type support for AVRO based SDK
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [ ] Testing done
Please provide details on
- Whether new unit test cases have been added or why no new tests
are required?
- How it is tested? Please attach test report.
- Is it a performance related change? Please attach the performance
test report.
- Any additional information to help reviewers in testing this
change.
- [ ] 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/sounakr/incubator-carbondata
multi_level_complex
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2276.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 #2276
----
commit 29ac4474d28ccb08c9a5cff52e973da2dbbd5c4b
Author: kumarvishal09 <kumarvishal1802@...>
Date: 2018-05-03T15:29:18Z
Fixed No dictionary complex type issues
commit f357202cd897e004c41d378d764247008717e182
Author: sounakr <sounakr@...>
Date: 2018-05-02T15:59:57Z
[CARBONDATA-2430] Fixes Related to Complex Type Support with No Dictionary
a) Reshuffling of fields. Sorting of columns based on SORT ->
DIMENSION -> COMPLEX -> MEASURE.
b) Enable Complex Type NoDictionary Creation from Create Table DDL.
c) ARRAY Support in AVRO.
d) Minor Fixes related to AVRO SDK support.
commit e8cbdc5ef0d7634fc60a156fb8049567fdc6e9ec
Author: ajantha-bhat <ajanthabhat@...>
Date: 2018-05-04T11:35:51Z
sdk complex type issue fixes and test case additions
commit 1867b600b40ef7e4ef4e8cde28f31dc32865dd07
Author: ajantha-bhat <ajanthabhat@...>
Date: 2018-05-04T16:57:26Z
Struct of array test case
commit 5bf8067f1f4c583f14e5af3ef25a794af6b1ff1c
Author: sounakr <sounakr@...>
Date: 2018-05-07T01:21:54Z
Multi Level Complex type Support For AVRO Based SDK
----
---