aguilaredu commented on issue #22266: URL: https://github.com/apache/datafusion/issues/22266#issuecomment-4478312470
The `date_part` function previously returned `float64`. It was changed to follow ANSI SQL convention and also as a broader effort to improve ClickBench performance. See #13482 and #13449. Additionally, this other issue could also be solved if the `microsecond` calculations were made with `f64`: #14738. However, it was concluded that the fix should be made in `arrow-rs`. I am still working on the change, but wanted to bring it up for discussion. cc @Dandandan @kumarUjjawal @alamb -- 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]
