dannycjones opened a new pull request, #2589: URL: https://github.com/apache/iceberg-rust/pull/2589
## Which issue does this PR close? - Closes #2576. ## What changes are included in this PR? This change prevents totals being incorrectly calculated where the total is omitted, or if any of the values associated with the calculation are not valid positive integers. Additionally, a warning trace will be emitted when invalid values are found for the previous total. Of note: we will still calculate some of the statistics where we can, while others may be omitted. ## Are these changes tested? New unit tests are added to cover these cases. -- 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]
