alamb opened a new pull request, #6023:
URL: https://github.com/apache/arrow-rs/pull/6023

   Draft as it builds on https://github.com/apache/arrow-rs/pull/6004
   
   # Which issue does this PR close?
   
   N/A
   
   # Rationale for this change
    
   @XiangpengHao's very clever PR https://github.com/apache/arrow-rs/pull/6004 
treats strings greater than 12 bytes and 128 bytes differently than shorter 
strings (which is appropriate when reading StringView)
   
   However, I don't think there is test coverage for invalid UTF8 data more 
than 12 / 128  characters into the strings
   
   # What changes are included in this PR?
   
   Add said tests
   
   # Are there any user-facing changes?
   
   No, this is just tests
   <!--
   If there are user-facing changes then we may require documentation to be 
updated before approving the PR.
   -->
   
   <!---
   If there are any breaking changes to public APIs, please add the `breaking 
change` label.
   -->
   


-- 
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