ZihanLi58 commented on a change in pull request #2800: [GOBBLIN-933] add
support for array of unions in json schema_new
URL: https://github.com/apache/incubator-gobblin/pull/2800#discussion_r344312429
##########
File path:
gobblin-core/src/main/java/org/apache/gobblin/converter/avro/JsonElementConversionWithAvroSchemaFactory.java
##########
@@ -183,7 +189,7 @@ public Schema schema() {
WorkUnitState state;
public RecordConverter(String fieldName, boolean nullable, String
sourceType, Schema schemaNode,
- WorkUnitState state, List<String> ignoreFields) throws
UnsupportedDateTypeException {
Review comment:
Yes, super() will not throw this exception. The other constructers throw out
this exception is because getConvertor() method may throw this exception
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services