rami-lv opened a new issue, #14231:
URL: https://github.com/apache/iceberg/issues/14231

   ### Query engine
   
   pyiceberg
   
   ### Question
   
   I altered my Iceberg table to change the Avro codec via table property:
   ```
   
   ALTER TABLE mycat.db.table 
   SET TBLPROPERTIES ('write.avro.compression-codec'='snappy');
   
   ```
   
   After this, I ran:
   `
   CALL mycat.system.rewrite_manifests('db.table');
   `
   
   But when I inspected the rewritten manifest files, they still had 
**deflate** as their codec.
   
   ###  Expected behavior
   I expected the table property write.avro.compression-codec to control the 
compression codec used for manifest files (just like it does for data files).
   
   
   ### Questions:
   
   - Is it correct that write.avro.compression-codec does not apply to manifest 
files?
   
   - If so, is there currently a supported way to configure the codec for 
manifest/metadata files?
   
   - Are manifests always written with deflate by design?
   


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