alamb commented on issue #1531: URL: https://github.com/apache/arrow-rs/issues/1531#issuecomment-1095604139
Thanks @HaoYang670 I suggest: * Mark the current substring function as unsafe *AND RENAME TO `substring_bytes_unchecked`* * Implement safe substring for string array *AND NAME `substring_bytes`* * Implement substring_by_char for string array *AND NAME `substring`* -- 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]
