This is an automated email from the ASF dual-hosted git repository.
huaxingao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 784f1f4693 Docs: Fix package of iceberg.catalog.io-impl (#14711)
784f1f4693 is described below
commit 784f1f4693713b922ebfe43e055135fb3a8441c0
Author: Yuya Ebihara <[email protected]>
AuthorDate: Sat Nov 29 15:55:15 2025 +0900
Docs: Fix package of iceberg.catalog.io-impl (#14711)
---
docs/docs/kafka-connect.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/docs/kafka-connect.md b/docs/docs/kafka-connect.md
index 5fa03a957b..9c7d3d83f2 100644
--- a/docs/docs/kafka-connect.md
+++ b/docs/docs/kafka-connect.md
@@ -218,7 +218,7 @@ be found in the [Google Cloud
documentation](https://cloud.google.com/docs/authe
"iceberg.catalog.type": "rest",
"iceberg.catalog.uri": "https://catalog:8181",
"iceberg.catalog.warehouse": "gs://bucket-name/warehouse",
-"iceberg.catalog.io-impl": "org.apache.iceberg.google.gcs.GCSFileIO"
+"iceberg.catalog.io-impl": "org.apache.iceberg.gcp.gcs.GCSFileIO"
```
### Hadoop configuration