snazy opened a new issue, #9879: URL: https://github.com/apache/iceberg/issues/9879
### Apache Iceberg version main (development) ### Query engine None ### Please describe the bug 🐞 `CommitMetricsResult` defines the attributes `addedFilesSizeInBytes` + `removedFilesSizeInBytes` + `totalFilesSizeInBytes`. The constants for _serialization_ are defined as ```java String ADDED_FILE_SIZE_BYTES = "added-files-size-bytes"; String REMOVED_FILE_SIZE_BYTES = "removed-files-size-bytes"; String TOTAL_FILE_SIZE_BYTES = "total-files-size-bytes"; ``` Deserialization infers the JSON property names from the attribute names - e.g. `added-files-size-in-bytes`. Note the difference with `-in-`. -- 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.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