jayzhan211 commented on PR #14440:
URL: https://github.com/apache/datafusion/pull/14440#issuecomment-2659275171
To support int->string in coercion,
This change is all you need
```rust
Coercion::new_exact(TypeSignatureClass::Native(logical_string())),
```
```rust
Coercion::new_implicit(TypeSignatureClass::Native(logical_string()),
vec![TypeSignatureClass::Integer], NativeType::String),
```
--
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]