alamb commented on code in PR #5806:
URL: https://github.com/apache/arrow-datafusion/pull/5806#discussion_r1154724554


##########
datafusion/optimizer/src/type_coercion.rs:
##########
@@ -601,14 +593,7 @@ fn coerce_arguments_for_signature(
 
 /// Cast `expr` to the specified type, if possible
 fn cast_expr(expr: &Expr, to_type: &DataType, schema: &DFSchema) -> 
Result<Expr> {
-    // Special case until Interval coercion is handled in arrow-rs

Review Comment:
   🎉  for avoiding the special cases now that arrow-rs has string --> Interval 
suppot



-- 
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]

Reply via email to