tustvold opened a new pull request #1178:
URL: https://github.com/apache/arrow-rs/pull/1178
# Which issue does this PR close?
Closes #1177
# Rationale for this change
Fixes failing tests
# What changes are included in this PR?
There appears to have been a change in the debug formatting of floats in
1.58 that causes the debug output to change - in particular it prints in
scientific notation where previously it did not. I can't find explicit mention
of this in the release notes, but have confirmed it locally.
I've replicated the behavior tested by the tests, but I'm not entirely sure
this is exactly what it would have previously output for all cases. The debug
outputs are not stable.
# Are there any user-facing changes?
No
--
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]