neilconway commented on PR #21378:
URL: https://github.com/apache/datafusion/pull/21378#issuecomment-4189087387

   Playing around with this a little, seems something is off:
   
   ```
   > SELECT character_length(arrow_cast('é', 'Utf8View'));
   +----------------------------------------------------------+
   | character_length(arrow_cast(Utf8("é"),Utf8("Utf8View"))) |
   +----------------------------------------------------------+
   | 6                                                        |
   +----------------------------------------------------------+
   1 row(s) fetched.
   Elapsed 0.082 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]

Reply via email to