nastra commented on code in PR #8158:
URL: https://github.com/apache/iceberg/pull/8158#discussion_r1283181266
##########
.palantir/revapi.yml:
##########
@@ -774,6 +774,11 @@ acceptedBreaks:
- code: "java.method.removed"
old: "method org.apache.iceberg.view.ViewBuilder
org.apache.iceberg.view.ViewBuilder::withQueryColumnNames(java.util.List<java.lang.String>)"
justification: "Acceptable break due to updating View APIs and the View
Spec"
+ org.apache.iceberg:iceberg-core:
+ - code: "java.field.constantValueChanged"
+ old: "field
org.apache.iceberg.TableProperties.PARQUET_COMPRESSION_DEFAULT"
+ new: "field
org.apache.iceberg.TableProperties.PARQUET_COMPRESSION_DEFAULT"
+ justification: "{Changing the default compression codec from gzip to
zstd}"
Review Comment:
```suggestion
justification: "Changing the default compression codec from gzip to
zstd"
```
--
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]