Skip to content

Commit eb38723

Browse files
authored
docs: Update description of iceberg.compression-codec (#26266)
## Description Add a clarifying note to the description of ``iceberg.compression-codec`` in [Configuration Properties](https://github.com/prestodb/presto/blob/master/presto-docs/src/main/sphinx/connector/iceberg.rst#configuration-properties) in [connector/iceberg.rst](https://github.com/prestodb/presto/blob/master/presto-docs/src/main/sphinx/connector/iceberg.rst) about what compression codecs are available in a specific file format. ## Motivation and Context Fixes #26261. ## Impact Documentation. ## Test Plan Local doc build. See screenshot: <img width="624" height="139" alt="Screenshot 2025-10-09 at 2 42 06 PM" src="https://github.com/user-attachments/assets/b93ca8d4-235b-4c8e-a13d-7afb2b00bbb6" /> ## Contributor checklist - [x] Please make sure your submission complies with our [contributing guide](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md), in particular [code style](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md#code-style) and [commit standards](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md#commit-standards). - [x] PR description addresses the issue accurately and concisely. If the change is non-trivial, a GitHub Issue is referenced. - [x] Documented new properties (with its default value), SQL syntax, functions, or other functionality. - [x] If release notes are required, they follow the [release notes guidelines](https://github.com/prestodb/presto/wiki/Release-Notes-Guidelines). - [x] Adequate tests were added if applicable. - [x] CI passed. ## Release Notes ``` == NO RELEASE NOTE == ```
1 parent 9108a9a commit eb38723

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

presto-docs/src/main/sphinx/connector/iceberg.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,11 @@ Property Name Description
347347

348348
``iceberg.compression-codec`` The compression codec to use when writing files. The ``GZIP`` Yes No, write is not supported yet
349349
available values are ``NONE``, ``SNAPPY``, ``GZIP``,
350-
``LZ4``, and ``ZSTD``.
350+
and ``ZSTD``.
351+
352+
Note: ``ZSTD`` is only available when
353+
``iceberg.file-format=ORC``.
354+
351355

352356
``iceberg.max-partitions-per-writer`` The maximum number of partitions handled per writer. ``100`` Yes No, write is not supported yet
353357

0 commit comments

Comments
 (0)