jerolba opened a new pull request, #3333: URL: https://github.com/apache/parquet-java/pull/3333
### Rationale for this change Extracting Binary value from Variant, creating the ByteBuffer doesn't consider the length of the Binary element, creating a ByteBuffer with the size of the remaining Variant byte[] ### What changes are included in this PR? Creating the Binary, configure the limit of ByteBuffer using the calculated length ### Are these changes tested? Yes, in a test that creates Variant with multiple Binary elements that have more content after them. ### Are there any user-facing changes? No Closes #3315 -- 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]
