nk1506 commented on issue #10707:
URL: https://github.com/apache/iceberg/issues/10707#issuecomment-2233394203
@chenwyi2 , Please share the table properties from metadata json.
something like
```
"properties" : {
"owner" : "<>",
"write.metadata.metrics.max-inferred-column-defaults" : "1",
"write.metadata.metrics.default" : "truncate(2)",
"write.parquet.compression-codec" : "zstd"
}
```
If you have configured metrics mode `write.metadata.metrics.default` then
it might not be honoring `write.metadata.metrics.max-inferred-column-defaults`
--
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]