Jin Hyuk Chang created GOBBLIN-361: -------------------------------------- Summary: Support Nested nullable Record type for JDBCWriter Key: GOBBLIN-361 URL: https://issues.apache.org/jira/browse/GOBBLIN-361 Project: Apache Gobblin Issue Type: Improvement Reporter: Jin Hyuk Chang
We are trying to support Nested Record type for JDBCWriter. The nested record type can be also nullable, where it will be represented as UNION type with NULL type and Record type. This includes change on - AvroFieldsPickConverter.java to support nested nullable Record type. - AvroToJdbcEntryConverter.java to support nested nullable Record type by flattening it. -- This message was sent by Atlassian JIRA (v6.4.14#64029)