nastra opened a new issue, #3637: URL: https://github.com/apache/parquet-java/issues/3637
### Describe the bug, including details regarding any error messages, version, and platform. When a column's first page(s) use `PLAIN_DICTIONARY` and a later page falls back to `PLAIN`, the `FallbackValuesWriter` switches `currentWriter` from the dictionary writer to the plain writer. However, the initial writer is never reset at row-group boundaries, which can silently corrupt the next row group. ### 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]
