neilconway opened a new issue, #20360:
URL: https://github.com/apache/datafusion/issues/20360
### Describe the bug
```
> create table t1 (sep text, v1 text, v2 text) as values (',', 'foo', 'bar');
0 row(s) fetched.
Elapsed 0.012 seconds.
> select concat_ws(arrow_cast(sep, 'Utf8View'), v1, v2) from t1;
Internal error: could not cast array of type Utf8View to
arrow_array::array::byte_array::GenericByteArray<arrow_array::types::GenericStringType<i32>>.
```
### To Reproduce
_No response_
### Expected behavior
_No response_
### Additional context
_No response_
--
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]