mchades commented on code in PR #9460:
URL: https://github.com/apache/gravitino/pull/9460#discussion_r2610183382
##########
catalogs/catalog-hive/src/main/java/org/apache/gravitino/catalog/hive/HiveCatalogOperations.java:
##########
@@ -106,15 +95,13 @@ public class HiveCatalogOperations implements
CatalogOperations, SupportsSchemas
@VisibleForTesting CachedClientPool clientPool;
- @VisibleForTesting HiveConf hiveConf;
-
+ @SuppressWarnings("UnusedVariable")
Review Comment:
why need this annotation
--
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]