rdblue commented on code in PR #6799: URL: https://github.com/apache/iceberg/pull/6799#discussion_r1111313960
########## core/src/main/java/org/apache/iceberg/avro/Avro.java: ########## @@ -69,7 +69,7 @@ public class Avro { private Avro() {} - private enum Codec { + public enum Codec { Review Comment: Rather than exposing this, can we just use a String instead? When we do that, we typically also add a `fromName` method to the internal enums. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org