andygrove commented on PR #4911: URL: https://github.com/apache/datafusion-comet/pull/4911#issuecomment-5004219792
Coordinated with #4926 per your feedback: this PR keeps `dispatch_pow10` + `decimal_floor_pow10<EXP>` and #4926 has been rebased on top of this branch to adopt the same mechanism (`decimal_ceil_pow10<EXP>` + cold wide fallback). Both helpers in `utils.rs` are now `impl Fn` and neither callsite passes `&f`. #4926 will show only the ceil changes once this lands. -- 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]
