Skip to content

Commit 9ac8cd4

Browse files
[Minor] fix typo: catalog (#7647)
### What changes were proposed in this pull request? Fix catalog ### Why are the changes needed? So it correct Fix: #N/A ### Does this PR introduce _any_ user-facing change? None ### How was this patch tested? N/A Co-authored-by: Justin Mclean <[email protected]>
1 parent e8a3a4b commit 9ac8cd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/manage-tags-in-gravitino.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ the future versions.
2424
:::info
2525
1. Metadata objects are objects that are managed in Gravitino, such as `CATALOG`, `SCHEMA`, `TABLE`,
2626
`COLUMN`, `FILESET`, `TOPIC`, `COLUMN`, `MODEL`, etc. A metadata object is combined by a `type` and a
27-
comma-separated `name`. For example, a `CATAGLOG` object has a name "catalog1" with type
27+
comma-separated `name`. For example, a `CATALOG` object has a name "catalog1" with type
2828
"CATALOG", a `SCHEMA` object has a name "catalog1.schema1" with type "SCHEMA", a `TABLE`
2929
object has a name "catalog1.schema1.table1" with type "TABLE", a `COLUMN` object has a name
3030
"catalog1.schema1.table1.column1" with type "COLUMN".

docs/security/access-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ This process allows all users belonging to that user group to have the access co
114114

115115
Metadata objects are managed in Gravitino, such as `CATALOG`, `SCHEMA`, `TABLE`,
116116
`COLUMN`, `FILESET`, `TOPIC`, `COLUMN`, `ROLE`, `METALAKE`. A metadata object is combined by a `type` and a
117-
comma-separated `name`. For example, a `CATAGLOG` object has a name "catalog1" with type
117+
comma-separated `name`. For example, a `CATALOG` object has a name "catalog1" with type
118118
"CATALOG", a `SCHEMA` object has a name "catalog1.schema1" with type "SCHEMA", a `TABLE`
119119
object has a name "catalog1.schema1.table1" with type "TABLE". A `METALAKE` object has a name "metalake1".
120120

docs/trino-connector/trino-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Trino can manage and access data using the Trino connector provided by `Apache G
99
After configuring the Gravitino Trino connector in Trino, Trino can automatically load catalog metadata from Gravitino, allowing users to directly access these catalogs in Trino.
1010
Once integrated with Gravitino, Trino can operate on all Gravitino data without requiring additional configuration.
1111
The Gravitino Trino connector uses the [Trino dynamic catalog managed mechanism](https://trino.io/docs/current/admin/properties-catalog.html) to load catalogs.
12-
When the Gravitino Trino connector retrieves catalogs from the Gravitino server, it generates a `CREATE CATAGLOG` statement and executes
12+
When the Gravitino Trino connector retrieves catalogs from the Gravitino server, it generates a `CREATE CATALOG` statement and executes
1313
the statement on the current Trino server to register the catalogs with Trino
1414

1515
:::note

0 commit comments

Comments
 (0)