HennesyChihiro opened a new pull request, #15230: URL: https://github.com/apache/iceberg/pull/15230
This PR improves the documentation of the Parquet packages. ### Changes: - **Parquet Package**: Added descriptive JavaDoc to `buildEqualityWriter` and `buildPositionWriter` in `Parquet.java`. ### Motivation: As someone who frequently works with Parquet in production, I noticed that the roles of Equality and Position DeleteWriters were not explicitly documented in the builder methods. Since these are critical components for Iceberg v2 table support, adding this clarity will help future contributors understand the row-level delete implementation. -- 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]
