Skip to content

Commit

Permalink
Addressed final PR comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
lbooker42 committed Sep 5, 2024
1 parent c4504a4 commit 1e0a289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/server/deephaven/experimental/iceberg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e0a289

Please sign in to comment.