alamb commented on issue #3419:
URL:
https://github.com/apache/arrow-datafusion/issues/3419#issuecomment-1265610564
Maybe we could return a struct like
```rust
enum NeededCoercion {
coerce_inputs: Vec<Datatype>,
output_type: DataType
}
```
Or something 🤔
--
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]