devanbenz commented on PR #11967:
URL: https://github.com/apache/datafusion/pull/11967#issuecomment-2286988535
@alamb I still need to implement the test case but the cast error should be
gone now. I tried it out in the CLI (oops should have done that before! 😅)
thanks for taking a look :)
```
> create table foo as values (arrow_cast('foo', 'Utf8View'));
0 row(s) fetched.
Elapsed 0.026 seconds.
> SELECT TRANSLATE(column1, 'foo', 'bar') from foo;
+------------------------------------------------+
| translate(foo.column1,Utf8("foo"),Utf8("bar")) |
+------------------------------------------------+
| foo |
+------------------------------------------------+
1 row(s) fetched.
Elapsed 0.011 seconds.
```
--
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]