alamb opened a new issue #156: URL: https://github.com/apache/arrow-datafusion/issues/156
*Note*: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11434 The rust `length` kernel currently counts number of bytes/octets rather than characters given that Arrow uses UTF8 encoding. This means that the result of the `length` kernel on a string like `josé` will be 5 bytes rather than 4 characters. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
