This is an automated email from the ASF dual-hosted git repository.
yufei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 0c9bbd322 Site: fix typo of catalog federation configuration in
command-line-interface.md (#2825)
0c9bbd322 is described below
commit 0c9bbd322efd9d52c47d7cf86309733a4ce40654
Author: Nuoya Jiang <[email protected]>
AuthorDate: Thu Oct 16 00:55:32 2025 -0500
Site: fix typo of catalog federation configuration in
command-line-interface.md (#2825)
---
site/content/in-dev/unreleased/command-line-interface.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/content/in-dev/unreleased/command-line-interface.md
b/site/content/in-dev/unreleased/command-line-interface.md
index 2c7c26563..c455ec80f 100644
--- a/site/content/in-dev/unreleased/command-line-interface.md
+++ b/site/content/in-dev/unreleased/command-line-interface.md
@@ -156,7 +156,7 @@ options:
--consent-url (Only for Azure) A consent URL granting permissions for
the Azure Storage location
--service-account (Only for GCS) The service account to use when
connecting to GCS
--property A key/value pair such as: tag=value. Multiple can be
provided by specifying this option more than once
- --catalog-connection-type The type of external catalog in [ICEBERG,
HADOOP].
+ --catalog-connection-type The type of external catalog in
[iceberg-rest, hadoop].
--iceberg-remote-catalog-name The remote catalog name when federating
to an Iceberg REST catalog
--hadoop-warehouse The warehouse to use when federating to a HADOOP
catalog
--catalog-authentication-type The type of authentication in [OAUTH,
BEARER, SIGV4, IMPLICIT]