naferx commented on PR #2601: URL: https://github.com/apache/avro/pull/2601#issuecomment-1837158685
> > `org.apache.avro.generic.GenericArray` is not used anywhere in this file > > Can references to GenericArray be output by any method called from this file? > > I suspect they cannot, because java.util.List<elementType> is used instead: > > https://github.com/apache/avro/blob/fd1433954f8344ffa433a42734e0dce1cd71deea/lang/java/compiler/src/main/java/org/apache/avro/compiler/specific/SpecificCompiler.java#L836-L837 I am not entirely sure because, just getting familiarized with the code base. In a generated class I double-checked any existing references to that class. None found -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
