kosiew commented on PR #22823: URL: https://github.com/apache/datafusion/pull/22823#issuecomment-4775188994
> This change centralizes source scaling to nanoseconds and binning through shared helpers Previously, code did this in many places: ```rust val.checked_mul(scale) ``` Now it uses: ```rust checked_scale_to_nanos(value, scale).ok() ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
