Omega359 opened a new issue, #9052:
URL: https://github.com/apache/arrow-datafusion/issues/9052

   ### Describe the bug
   
   ❯ docker run -it -v /tmp:/data datafusion-cli
   DataFusion CLI v35.0.0
   ❯ SELECT strpos('since ̯ͅI can ̤̗do ̲̬̝th̟̟̱i̹s̹̱', 'can');
   +-------------------------------------------------+
   | strpos(Utf8("since ̯ͅI can ̤̗do ̲̬̝th̟̟̱i̹s̹̱"),Utf8("can")) |
   +-------------------------------------------------+
   | 0                                               |
   +-------------------------------------------------+
   1 row in set. Query took 0.067 seconds.
   
   Should be 9.
   
   
   ### To Reproduce
   
   _No response_
   
   ### Expected behavior
   
   position should account for unicode grapheme characters, not just unicode 
scalar values.
   
   ### 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]

Reply via email to