bboissin opened a new pull request, #9852: URL: https://github.com/apache/arrow-rs/pull/9852
MICROSECONDS / NANOSECONDS = 0, this should be NANOSECONDS / MILLISECONDS. Found with claude code audit. # Which issue does this PR close? - Closes #9851 # Rationale for this change Bugfix, instead of multiplying by 0 we multiply by the correct factor. -- 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]
