diqiu50 commented on code in PR #9617:
URL: https://github.com/apache/gravitino/pull/9617#discussion_r2663485441
##########
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:
Do we need to remove this TODO?
--
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]