You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "yevgenypats (via GitHub)" <gi...@apache.org> on 2023/04/16 14:03:11 UTC

[GitHub] [arrow] yevgenypats opened a new issue, #35160: [Go]: ApproxEqual for strings

yevgenypats opened a new issue, #35160:
URL: https://github.com/apache/arrow/issues/35160

   ### Describe the enhancement requested
   
   In lot's of databases null characters (`\x00`) are not accepted in strings (For example [postgres](https://stackoverflow.com/questions/28813409/are-null-bytes-allowed-in-unicode-strings-in-postgresql-via-python) but not only). I think given it's such a common gotch in dbs this would be a great use-case for an `arrayApproxEqualString` method just like we have `arrayApproxEqualFloat16`.
   
   ### Component(s)
   
   Go


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org