diqiu50 commented on code in PR #9617:
URL: https://github.com/apache/gravitino/pull/9617#discussion_r2670634669
##########
catalogs/hive-metastore-common/src/main/java/org/apache/gravitino/hive/HiveClientPool.java:
##########
@@ -56,12 +56,17 @@ protected HiveClient newClient() {
}
}
+ /**
+ * Provides a no-op reconnect implementation. Reconnect logic is handled by
+ * RetryingMetaStoreClient.
+ */
Review Comment:
This comment is not Javadoc for the function; please move it into the
function body.
--
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]