nastra opened a new issue, #3625: URL: https://github.com/apache/parquet-java/issues/3625
### Describe the bug, including details regarding any error messages, version, and platform. When a Variant object is built with the same key appended more than once, `VariantBuilder.endObject()` deduplicates the entries and keeps the last-written value. However, the total `dataSize` of the object's value region was computed from each key's **first** occurrence rather than the value that was actually retained. ### Component(s) Core -- 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]
