ArnavBalyan opened a new pull request, #49906:
URL: https://github.com/apache/arrow/pull/49906

   ### Rationale for this change
     - The test reads the unused tail of string past size(), which is 
undefined. libstdc++ keeps that range addressable, but MSVC under 
AddressSanitizer does not.
     - Add guard for linux. Existing assertions still run, the unused capacity 
is not asserted on non linux platforms.
     - Closes #48094.
   
   ### What changes are included in this PR?
    - Guard for platform specific behavior.
   
   ### Are these changes tested?
    - Yes
   ### Are there any user-facing changes?
    - Yes


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