fallintoplace opened a new pull request, #994:
URL: https://github.com/apache/arrow-go/pull/994

   ## Summary
   - add BinaryView and StringView validators
   - validate view header ranges, referenced buffers, prefixes, and inline 
padding during ValidateFull
   - validate UTF-8 for StringView payloads and add regressions for malformed 
headers
   
   ## Why
   BinaryView and StringView accessors currently trust header metadata 
directly. Malformed view headers can pass validation today even when they 
reference missing data or carry invalid payload metadata.
   
   ## Validation
   - go test ./arrow/array
   - go test ./arrow/compute/...


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