rdblue commented on a change in pull request #1477:
URL: https://github.com/apache/iceberg/pull/1477#discussion_r496317633
##########
File path: core/src/main/java/org/apache/iceberg/avro/GenericAvroReader.java
##########
@@ -30,14 +30,14 @@
import org.apache.iceberg.common.DynClasses;
import org.apache.iceberg.data.avro.DecoderResolver;
-class GenericAvroReader<T> implements DatumReader<T> {
+public class GenericAvroReader<T> implements DatumReader<T> {
Review comment:
Adding the utility methods to the Avro package would avoid needing to
expose this class publicly. I think that would be good.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]