the-other-tim-brown opened a new pull request, #617: URL: https://github.com/apache/incubator-xtable/pull/617
## *Important Read* - *Please ensure the GitHub issue is mentioned at the beginning of the PR* ## What is the purpose of the pull request Addresses bug found in #608 When converting the column stats to bytes in Iceberg, the `BigDecimal#unscaledValue` is called. If the value has the wrong scale, then the serialization and then deserialization will result in a different value. ## Brief change log - Set the scale when reading back the column stats from the Hudi Metadata Table - Set the scale when parsing the Delta Log stats ## Verify this pull request - Fixed incorrect unit test setup for Hudi column stats extraction - Added new tests for converting the column stats values for Delta Lake -- 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]
