This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch branch-0.7
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-0.7 by this push:
new 7103c9dfd [Minor] fix spelling in error messages (#5297)
7103c9dfd is described below
commit 7103c9dfd82abbaeaae7fb49f913ced2a7bb1280
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 28 15:47:38 2024 +0800
[Minor] fix spelling in error messages (#5297)
### What changes were proposed in this pull request?
fix spelling in error messages
### Why are the changes needed?
fix spelling in error messages
Fix: # N/A
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
compiled locally
Co-authored-by: Justin Mclean <[email protected]>
---
.../java/org/apache/gravitino/authorization/AuthorizationUtils.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/core/src/main/java/org/apache/gravitino/authorization/AuthorizationUtils.java
b/core/src/main/java/org/apache/gravitino/authorization/AuthorizationUtils.java
index 1d5a2acf0..147d66eef 100644
---
a/core/src/main/java/org/apache/gravitino/authorization/AuthorizationUtils.java
+++
b/core/src/main/java/org/apache/gravitino/authorization/AuthorizationUtils.java
@@ -45,9 +45,9 @@ import org.apache.gravitino.utils.NameIdentifierUtil;
/* The utilization class of authorization module*/
public class AuthorizationUtils {
- static final String USER_DOES_NOT_EXIST_MSG = "User %s does not exist in th
metalake %s";
- static final String GROUP_DOES_NOT_EXIST_MSG = "Group %s does not exist in
th metalake %s";
- static final String ROLE_DOES_NOT_EXIST_MSG = "Role %s does not exist in th
metalake %s";
+ static final String USER_DOES_NOT_EXIST_MSG = "User %s does not exist in the
metalake %s";
+ static final String GROUP_DOES_NOT_EXIST_MSG = "Group %s does not exist in
the metalake %s";
+ static final String ROLE_DOES_NOT_EXIST_MSG = "Role %s does not exist in the
metalake %s";
private static final Set<Privilege.Name> FILESET_PRIVILEGES =
Sets.immutableEnumSet(