alamb commented on PR #22759: URL: https://github.com/apache/datafusion/pull/22759#issuecomment-4634339400
> is this similar to > > * [fix: replace default-allow cast unwrap with closed-by-default allowlist (timestamp + integer widening) #21908](https://github.com/apache/datafusion/pull/21908) I think they are related, but not quite the same. Specifically https://github.com/apache/datafusion/pull/21908 I think is for the unwrap in cast optimization (e.g. `'2025-12-25' = CAST(column as date)` and moving the cast to the constant I think this is about coercing types when comparing across unions and comparisons -- 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]
