fallintoplace opened a new pull request, #1119: URL: https://github.com/apache/arrow-go/pull/1119
### What does this change do?\n\nFix half-up temporal rounding when Multiple is odd.\n\n### Why?\n\nThe current code treats the lower remainder as an exact tie. For example, rounding 1 second to multiples of 3 seconds returns 3 seconds instead of 0.\n\n### Tests\n\n- go test ./arrow/compute -- 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]
