delamarch3 commented on issue #13602: URL: https://github.com/apache/datafusion/issues/13602#issuecomment-2508935326
Looks like `date_part` was updated to return `Int32` instead of `Float64` in this PR https://github.com/apache/datafusion/pull/13466 which should fix this issue. As a workaround you could try casting it like `arrow_cast(EXTRACT(..), 'Int64')` -- 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]
