Skip to content

Commit

Permalink
[core] Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
FangYongs committed Mar 8, 2024
1 parent 4e1b3d1 commit 6a5af9b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/layouts/shortcodes/generated/catalog_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,17 @@
<td>Boolean</td>
<td>Enable Catalog Lock.</td>
</tr>
<tr>
<td><h5>lock.type</h5></td>
<td style="word-wrap: break-word;">(none)</td>
<td>String</td>
<td>The Lock Type for Catalog, such as 'hive', 'zookeeper'.</td>
</tr>
<tr>
<td><h5>metastore</h5></td>
<td style="word-wrap: break-word;">"filesystem"</td>
<td>String</td>
<td>Metastore of paimon catalog, supports filesystemhive and jdbc.</td>
<td>Metastore of paimon catalog, supports filesystem, hive and jdbc.</td>
</tr>
<tr>
<td><h5>table.type</h5></td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class CatalogOptions {
.stringType()
.defaultValue("filesystem")
.withDescription(
"Metastore of paimon catalog, supports filesystemhive and jdbc.");
"Metastore of paimon catalog, supports filesystem, hive and jdbc.");

public static final ConfigOption<String> URI =
ConfigOptions.key("uri")
Expand Down

0 comments on commit 6a5af9b

Please sign in to comment.