namanjain24-sudo commented on PR #25498: URL: https://github.com/apache/datafusion/pull/25498#issuecomment-5780891126
Good catch, added `scalar_and_array_reject_fine_granularity_underflow` using `date_trunc_scalar_and_array` with `TimestampSecond(i64::MIN)`/`minute`, asserting both paths error. Confirmed it goes through the scalar fast path (`process_scalar`) rather than `general_date_trunc`. Thanks! -- 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]
