Skip to content

Commit d904075

Browse files
authored
Fix XML tags and function names in icebergCluster.md
1 parent af3304d commit d904075

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/en/sql-reference/table-functions/icebergCluster.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Only in the Altinity Antalya branch, `storage_type` can be part of a named colle
8282
<named_collections>
8383
<iceberg_conf>
8484
<url>http://test.s3.amazonaws.com/clickhouse-bucket/</url>
85-
<access_key_id>test<access_key_id>
85+
<access_key_id>test</access_key_id>
8686
<secret_access_key>test</secret_access_key>
8787
<format>auto</format>
8888
<structure>auto</structure>
@@ -107,11 +107,11 @@ icebergS3(url [, NOSIGN | access_key_id, secret_access_key, [session_token]] [,f
107107

108108
icebergAzure(connection_string|storage_account_url, container_name, blobpath, [,account_name], [,account_key] [,format] [,compression_method]) SETTINGS object_storage_cluster='cluster_name'
109109

110-
icebergHDSF(path_to_table, [,format] [,compression_method]) SETTINGS object_storage_cluster='cluster_name'
110+
icebergHDFS(path_to_table, [,format] [,compression_method]) SETTINGS object_storage_cluster='cluster_name'
111111

112112
icebergLocal(path_to_table, [,format] [,compression_method]) SETTINGS object_storage_cluster='cluster_name'
113113

114-
icebergS3(option=value [,..]]) SETTINGS object_storage_cluster='cluster_name'
114+
icebergS3(option=value [,..]) SETTINGS object_storage_cluster='cluster_name'
115115

116116
iceberg(storage_type='s3', url [, NOSIGN | access_key_id, secret_access_key, [session_token]] [,format] [,compression_method]) SETTINGS object_storage_cluster='cluster_name'
117117

0 commit comments

Comments
 (0)