We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9108a9a commit eb38723Copy full SHA for eb38723
presto-docs/src/main/sphinx/connector/iceberg.rst
@@ -347,7 +347,11 @@ Property Name Description
347
348
``iceberg.compression-codec`` The compression codec to use when writing files. The ``GZIP`` Yes No, write is not supported yet
349
available values are ``NONE``, ``SNAPPY``, ``GZIP``,
350
- ``LZ4``, and ``ZSTD``.
+ and ``ZSTD``.
351
+
352
+ Note: ``ZSTD`` is only available when
353
+ ``iceberg.file-format=ORC``.
354
355
356
``iceberg.max-partitions-per-writer`` The maximum number of partitions handled per writer. ``100`` Yes No, write is not supported yet
357
0 commit comments