DeviousCardi commented on PR #11092: URL: https://github.com/apache/arrow-rs/pull/11092#issuecomment-5691576386
Thanks for the pointer — #11087 fixes the same min/max comparison bug, but doesn't touch `can_truncate_value`/`truncate_statistics`, so a Decimal BYTE_ARRAY column with `statistics_truncate_length` set can still get its stats byte-truncated with unsigned semantics, reintroducing the same corruption via a different path. This PR closes that gap too, with a regression test (`test_decimal_byte_array_min_max_no_statistics_truncation`) covering it. Happy to defer to whichever lands first, but wanted to flag the difference. -- 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]
