puurun opened a new issue, #14670: URL: https://github.com/apache/iceberg/issues/14670
### Feature Request / Improvement There is a GCS example section in Kafka Connect Integration [document](https://iceberg.apache.org/docs/latest/kafka-connect/#google-gcs-configuration-example) ``` "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" ``` This example leads us to use "org.apache.iceberg.google.gcs.GCSFileIO", which is not present at the moment. It seems to have moved to "org.apache.iceberg.gcp.gcs.GCSFileIO". (In the [Bigquery Metastore section](https://iceberg.apache.org/docs/latest/kafka-connect/#bigquery-metastore-example) The io-impl path is correctly written) ### Query engine None ### Willingness to contribute - [x] I can contribute this improvement/feature independently - [ ] I would be willing to contribute this improvement/feature with guidance from the Iceberg community - [ ] I cannot contribute this improvement/feature at this time -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
