Skip to content

Commit

Permalink
[Doc] deprecate compression_codec from Iceberg catalog doc (StarRocks…
Browse files Browse the repository at this point in the history
  • Loading branch information
amber-create authored Apr 24, 2024
1 parent 2aa476d commit 1aacc40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/data_source/catalog/iceberg_catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ Description: The file format of the Iceberg table. Only the Parquet format is su
###### compression_codec
Description: The compression algorithm used for the Iceberg table. The supported compression algorithms are SNAPPY, GZIP, ZSTD, and LZ4. Default value: `gzip`.
Description: The compression algorithm used for the Iceberg table. The supported compression algorithms are SNAPPY, GZIP, ZSTD, and LZ4. Default value: `gzip`. This property is deprecated in v3.2.3, since which version the compression algorithm used for sinking data to Iceberg tables is uniformly controlled by the session variable [connector_sink_compression_codec](../../reference/System_variable.md#connector_sink_compression_codec).
---
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/data_source/catalog/iceberg_catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ PARTITION BY (par_col1[, par_col2...])
| ----------------- | ------------------------------------------------------------ |
| location | Iceberg 表所在的文件路径。使用 HMS 作为元数据服务时,您无需指定 `location` 参数。使用 AWS Glue 作为元数据服务时:<ul><li>如果在创建当前数据库时指定了 `location` 参数,那么在当前数据库下建表时不需要再指定 `location` 参数,StarRocks 默认把表建在当前数据库所在的文件路径下。</li><li>如果在创建当前数据库时没有指定 `location` 参数,那么在当前数据库建表时必须指定 `location` 参数。</li></ul> |
| file_format | Iceberg 表的文件格式。当前仅支持 Parquet 格式。默认值:`parquet`。 |
| compression_codec | Iceberg 表的压缩格式。当前支持 SNAPPY、GZIP、ZSTD 和 LZ4。默认值:`gzip`。 |
| compression_codec | Iceberg 表的压缩格式。当前支持 SNAPPY、GZIP、ZSTD 和 LZ4。默认值:`gzip`该属性自 3.2.3 版本起弃用,此后写入 Iceberg 表时的压缩算法统一由会话变量 [connector_sink_compression_codec](../../reference/System_variable.md#connector_sink_compression_codec) 控制。 |

### 示例

Expand Down

0 comments on commit 1aacc40

Please sign in to comment.