sumeetgajjar opened a new pull request, #5893: URL: https://github.com/apache/iceberg/pull/5893
This PR fixes #5892. In this change, we add the table properties parameter to `ManifestWriter`. `ManifestWriter` further passes this properties map to the `newAppender` method, which uses the properties while creating `AvroFileAppender`. **Testing done:** - Added a UT to validate the Avro compression properties are respected while writing the manifest and manifest list files. - Manually verified compression codec of manifest and manifest list files of an Iceberg Table (created using Spark) using `avro-tools` -- 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]
