jerryshao commented on code in PR #9282:
URL: https://github.com/apache/gravitino/pull/9282#discussion_r2591332889
##########
catalogs/catalog-fileset/src/test/java/org/apache/gravitino/catalog/fileset/integration/test/HadoopUserAuthenticationIT.java:
##########
@@ -516,6 +516,7 @@ void createFilesetWithKerberos() {
null,
tableProperty));
exceptionMessage = Throwables.getStackTraceAsString(exception);
+ LOG.info("Exception message: {}", exceptionMessage);
Review Comment:
Remove this unnecessary log if it is only for debug.
--
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]