This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 441a9c49 chore(deps): Bump crate-ci/typos from 1.36.3 to 1.37.2 (#1734)
441a9c49 is described below
commit 441a9c4977e563202815393c4257c0e088b90d5d
Author: Alan Tang <[email protected]>
AuthorDate: Fri Oct 10 16:55:25 2025 +0800
chore(deps): Bump crate-ci/typos from 1.36.3 to 1.37.2 (#1734)
## Which issue does this PR close?
- Closes #1732.
## What changes are included in this PR?
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.36.3 to
1.37.2.
## Are these changes tested?
Signed-off-by: Alan Tang <[email protected]>
Co-authored-by: Renjie Liu <[email protected]>
---
.github/workflows/ci_typos.yml | 2 +-
crates/catalog/hms/src/utils.rs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci_typos.yml b/.github/workflows/ci_typos.yml
index 184b16ac..488858a1 100644
--- a/.github/workflows/ci_typos.yml
+++ b/.github/workflows/ci_typos.yml
@@ -42,4 +42,4 @@ jobs:
steps:
- uses: actions/checkout@v5
- name: Check typos
- uses: crate-ci/[email protected]
+ uses: crate-ci/[email protected]
diff --git a/crates/catalog/hms/src/utils.rs b/crates/catalog/hms/src/utils.rs
index 1b65bf0c..32c28b82 100644
--- a/crates/catalog/hms/src/utils.rs
+++ b/crates/catalog/hms/src/utils.rs
@@ -37,7 +37,7 @@ const OWNER: &str = "owner";
const COMMENT: &str = "comment";
/// hive metatore `location` property
const LOCATION: &str = "location";
-/// hive metatore `metadat_location` property
+/// hive metatore `metadata_location` property
const METADATA_LOCATION: &str = "metadata_location";
/// hive metatore `external` property
const EXTERNAL: &str = "EXTERNAL";