You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Tilak Patidar (JIRA)" <ji...@apache.org> on 2017/08/26 04:35:00 UTC

[jira] [Created] (GOBBLIN-226) Nested schema support in JsonStringToJsonIntermediateConverter and JsonIntermediateToAvroConverter

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)