wecharyu commented on code in PR #6047:
URL: https://github.com/apache/hive/pull/6047#discussion_r2307951035
##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/SecurityUtils.java:
##########
@@ -74,7 +73,7 @@
public class SecurityUtils {
private static final Logger LOG =
LoggerFactory.getLogger(SecurityUtils.class);
- public static UserGroupInformation getUGI() throws LoginException,
IOException {
Review Comment:
The `LoginException` would never be thrown, I consider to remove all uses of
it in a new PR because it's not quite relative to current PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]