dossett opened a new pull request, #3729:
URL: https://github.com/apache/parquet-java/pull/3729

   #3565 introduced several optimizations, but I think it also introduced an 
issue that PR seeks to address.  Basically `BytesInput.copy(BytesInput)` has a 
public contract to return a copy, but a change to `BytesInput.toByteArray()` 
led to returning a reference in some cases.  In addition to breaking the public 
contract, this can lead to data corruption.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to