gszadovszky opened a new issue, #3317:
URL: https://github.com/apache/parquet-java/issues/3317

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   
[VariantBuilder.appendFloat](https://github.com/apache/parquet-java/blob/apache-parquet-1.16.0/parquet-variant/src/main/java/org/apache/parquet/variant/VariantBuilder.java#L361)
 writes too many bytes (`8` instead of `4`). Since the position is incremented 
with the correct offset, it does not cause data corruption, but we may 
over-index the current buffer causing `ArrayIndexOutOfBoundsException`.
   
   ### Component(s)
   
   _No response_


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