joeyutong commented on code in PR #9617:
URL: https://github.com/apache/gravitino/pull/9617#discussion_r2663495633
##########
catalogs/hive-metastore-common/src/main/java/org/apache/gravitino/hive/HiveClientPool.java:
##########
@@ -56,12 +56,15 @@ protected HiveClient newClient() {
}
}
+ // Provides a no-op reconnect implementation because we rely on the
RetryingMetaStoreClient
+ // to do the actual reconnect logic.
Review Comment:
It is not a TODO. The second line is a continuation of the first line
--
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]