Tilak Patidar created GOBBLIN-226:
-------------------------------------
Summary: Nested schema support in
JsonStringToJsonIntermediateConverter and JsonIntermediateToAvroConverter
Key: GOBBLIN-226
URL: https://issues.apache.org/jira/browse/GOBBLIN-226
Project: Apache Gobblin
Issue Type: Improvement
Components: gobblin-core
Reporter: Tilak Patidar
Assignee: Abhishek Tiwari
Currently, a nested schema is not supported in source.schema property.
This PR adds support for declaring nested schema which could be used by
*JsonStringToJsonIntermediateConverter* and *JsonIntermediateToAvroConverter*.
The following changes are made:
*JsonStringToJsonIntermediateConverter*
* Parse JSON input using nested schemas
*JsonIntermediateToAvroConverter*
* Add support for RECORD type.
* Add support for NULL type.
* Add support for allowing nested members in ARRAY, RECORD and MAP types.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)