From 1e0a289548ca32a5a73a44c3b48981d60ff7ed57 Mon Sep 17 00:00:00 2001 From: Larry Booker Date: Thu, 5 Sep 2024 08:25:52 -0700 Subject: [PATCH] Addressed final PR comments. --- py/server/deephaven/experimental/iceberg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/server/deephaven/experimental/iceberg.py b/py/server/deephaven/experimental/iceberg.py index 225ba90508e..f392a8a1209 100644 --- a/py/server/deephaven/experimental/iceberg.py +++ b/py/server/deephaven/experimental/iceberg.py @@ -259,7 +259,7 @@ def adapter( The minimal set of properties required to create an Iceberg catalog are the following: - `catalog-impl` or `type` - the Java catalog implementation to use. When providing `catalog-impl`, the implementing Java class should be provided (e.g. `org.apache.iceberg.rest.RESTCatalog` or - `org.apache.iceberg.aws.glue.GlueCatalog`. Choices for `type` include `hive`, `hadoop`, `rest`, `glue`, + `org.apache.iceberg.aws.glue.GlueCatalog`). Choices for `type` include `hive`, `hadoop`, `rest`, `glue`, `nessie`, `jdbc`. - `uri` - the URI of the catalog