yuqi1129 commented on code in PR #4262:
URL: https://github.com/apache/gravitino/pull/4262#discussion_r1700074085


##########
catalogs/catalog-hadoop/src/main/java/org/apache/gravitino/catalog/hadoop/authentication/AuthenticationConfig.java:
##########
@@ -95,10 +95,11 @@ public boolean isKerberosAuth() {
                   false))
           .put(
               AUTH_TYPE_KEY,
-              PropertyEntry.stringImmutablePropertyEntry(
+              PropertyEntry.stringPropertyEntry(

Review Comment:
   fixed



##########
catalogs/catalog-hadoop/src/main/java/org/apache/gravitino/catalog/hadoop/authentication/kerberos/KerberosConfig.java:
##########
@@ -95,12 +95,18 @@ public int getFetchTimeoutSec() {
       new ImmutableMap.Builder<String, PropertyEntry<?>>()
           .put(
               KEY_TAB_URI_KEY,
-              PropertyEntry.stringImmutablePropertyEntry(
-                  KEY_TAB_URI_KEY, "The uri of key tab for the catalog", 
false, null, false, false))
+              PropertyEntry.stringPropertyEntry(
+                  KEY_TAB_URI_KEY,
+                  "The uri of key tab for the catalog",
+                  false,

Review Comment:
   done



-- 
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]

Reply via email to