Skip to content

[Bug] iceberg-rust does not respect compression settings for metadata & avro #1731

@sargarass

Description

@sargarass

Apache Iceberg Rust version

0.6

Describe the bug

I'm using the Nessie catalog with the following settings:

      - nessie.catalog.iceberg-config-defaults.write.avro.compression-level=3
      - nessie.catalog.iceberg-config-defaults.write.avro.compression-codec=zstd
      - nessie.catalog.iceberg-config-defaults.write.metadata.compression-codec=gzip

These settings are passed to the clients, but iceberg-rust does not have code that respects them.
As a result, it keeps producing uncompressed metadata and Avro files.

To Reproduce

No response

Expected behavior

No response

Willingness to contribute

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions