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

   ## What changed
   
   - Make DataPageV2 V2 readers verify decoded byte counts instead of only 
checking buffer size.
   - Update readV2Encrypted/readV2Unencrypted to return the actual number of 
bytes written/read and validate lengths.
   - Enforce decoded-length validation in 6 uncompressed path and 
encrypted/unencrypted paths.
   - Add regression tests for:
     - compressed DataPageV2 with mismatched codec decode length
     - encrypted uncompressed DataPageV2 with short decrypted output
   
   ## Validation
   
   - Added focused regression coverage in .
   - No functional changes to non-V2 paths.


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