mattyb149 commented on a change in pull request #3282: NIFI-5983: handling 
parse problems in recordReader implementations
URL: https://github.com/apache/nifi/pull/3282#discussion_r252821873
 
 

 ##########
 File path: 
nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/main/java/org/apache/nifi/avro/AvroRecordReader.java
 ##########
 @@ -24,6 +24,8 @@
 import org.apache.nifi.serialization.record.Record;
 import org.apache.nifi.serialization.record.RecordSchema;
 
+import avro.shaded.com.google.common.base.Throwables;
 
 Review comment:
   The fully-qualified class name looks shady (pardon the pun). Is that a 
stable, usable, and (most importantly) necessary class?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to