Skip to content

Commit 8bc1446

Browse files
norrishuangCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent ab5ae18 commit 8bc1446

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-iceberg/src/main/java/org/apache/flink/cdc/connectors/iceberg/sink/IcebergDataSinkOptions.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ public class IcebergDataSinkOptions {
8686
.stringType()
8787
.noDefaultValue()
8888
.withDescription(
89-
"The warehouse root path of catalog. "
90-
+ "For `hadoop` catalog, this is the local or HDFS path. "
91-
+ "For `glue` catalog, this is typically an S3 path like `s3://my-bucket/warehouse`.");
89+
"The warehouse root path of the Iceberg catalog, used by all catalog types. "
90+
+ "For `hadoop` and `hive` catalogs, this is typically a local or distributed filesystem path (for example, `hdfs://namenode:8020/warehouse`). "
91+
+ "For `glue` catalog, this is typically an object storage path like `s3://my-bucket/warehouse`.");
9292

9393
public static final ConfigOption<String> PARTITION_KEY =
9494
key("partition.key")

0 commit comments

Comments
 (0)