This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new aee4d378e [#4134] docs: fix typo in table column types documentation
(#4319)
aee4d378e is described below
commit aee4d378ea8e6ea302a601b6066ba7b6fecfb1e8
Author: kohantikanath <[email protected]>
AuthorDate: Wed Jul 31 10:26:54 2024 +0530
[#4134] docs: fix typo in table column types documentation (#4319)
### What changes were proposed in this pull request?
This pull request fixes a typo in the "Gravitino Type" column of the
"Table column types" section. The word "Sturct" is corrected to
"Struct".
### Why are the changes needed?
This change is needed to correct the spelling of the type name "Struct",
ensuring consistency and clarity.
Fix: #4134
### Does this PR introduce _any_ user-facing change?
No, this PR does not introduce any user-facing changes.
### How was this patch tested?
No additional tests are required.
---
docs/lakehouse-iceberg-catalog.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/lakehouse-iceberg-catalog.md
b/docs/lakehouse-iceberg-catalog.md
index 1434405e0..3560ba2b1 100644
--- a/docs/lakehouse-iceberg-catalog.md
+++ b/docs/lakehouse-iceberg-catalog.md
@@ -209,7 +209,7 @@ Apache Iceberg doesn't support Gravitino `EvenDistribution`
type.
| Gravitino Type | Apache Iceberg Type |
|-----------------------------|-----------------------------|
-| `Sturct` | `Struct` |
+| `Struct` | `Struct` |
| `Map` | `Map` |
| `Array` | `Array` |
| `Boolean` | `Boolean` |