b-rick opened a new pull request, #14454:
URL: https://github.com/apache/iceberg/pull/14454

   Description:
   This PR adds support for configuring avro compression for Manifests and 
ManifestLists using table properties.
   
   Problem:
   Despite configuration options existing for write.avro.compression-codec and 
write.avro.compression-level, overriding these at the table properties level 
does not actually change the compression level for writers. Many of the 
code-paths to the manifest writers are hard-coded to use GZIP only.
   
   Solution:
   Ensure we are wiring through table properties to the ManifestLists writer 
and Manifests writer
   
   Testing
   Added unit tests:
   
   - TestManifestWriterVersions
     - testDataFileManifestsCanUseAvroCompressionFromTableProperties
     - testDeleteManifestsCanUseAvroCompressionFromTableProperties
   - TestSnapshots:
     - testManifestsHaveCorrectEncoding
   - TestManifestListVersions:
     - testOverrideManifestAvroCompression


-- 
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]

Reply via email to