kinolaev commented on code in PR #13860:
URL: https://github.com/apache/iceberg/pull/13860#discussion_r2287105253
##########
.palantir/revapi.yml:
##########
@@ -1254,6 +1254,59 @@ acceptedBreaks:
new: "method void
org.apache.iceberg.data.parquet.BaseParquetWriter<T>::<init>()"
justification: "Changing deprecated code"
"1.9.0":
+ org.apache.iceberg:iceberg-api:
Review Comment:
Yes, all of them are just width type change from int to long in all truncate
functions. They aren't really api breaks, because in java we can always pass an
int value to a long argument and it will be safely converted.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]