felipecrv commented on PR #6906: URL: https://github.com/apache/arrow-rs/pull/6906#issuecomment-2557594904
> > You mean coercion from, say, f32 to f64? What are you referring to in this sentence? > > DataFusion has existing logic to coerce inputs to those compatible with a function signature, if we provide the ability to multiply `interval * i64`, DataFusion has existing machinery to generalize this to `interval * (type coercable to i64)`, including from things like strings. The approach I suggested doesn't rely on these Datafusion casts and doesn't increase binary size. It's a win-win. -- 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]
