nastra commented on code in PR #8587: URL: https://github.com/apache/iceberg/pull/8587#discussion_r1331065300
########## .palantir/revapi.yml: ########## @@ -857,6 +853,16 @@ acceptedBreaks: old: "method void org.apache.iceberg.MergingSnapshotProducer<ThisT>::setNewFilesSequenceNumber(long)\ \ @ org.apache.iceberg.StreamingDelete" justification: "Removing deprecated code" + - code: "java.method.returnTypeTypeParametersChanged" + old: "method org.apache.avro.generic.GenericEnumSymbol org.apache.avro.Conversion<T>::toEnumSymbol(T,\ + \ org.apache.avro.Schema, org.apache.avro.LogicalType) @ org.apache.iceberg.avro.UUIDConversion" + new: "method org.apache.avro.generic.GenericEnumSymbol<?> org.apache.avro.Conversion<T>::toEnumSymbol(T,\ + \ org.apache.avro.Schema, org.apache.avro.LogicalType) @ org.apache.iceberg.avro.UUIDConversion" Review Comment: given that this API breakage is a direct result of upgrading Avro, I think it's probably ok -- 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