lasdf1234 commented on code in PR #11294:
URL: https://github.com/apache/gravitino/pull/11294#discussion_r3346915215


##########
iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/CatalogWrapperForREST.java:
##########
@@ -692,6 +759,13 @@ private LoadTableResponse createTableInternal(Namespace 
namespace, CreateTableRe
                   properties, key -> 
catalogPropertiesToClientKeys.contains(key)))
           // Keep only credential fields from FileIO properties before 
returning them to the client.
           
.addAllConfig(CredentialPropertyUtils.filterCredentialProperties(properties))
+          .addAllConfig(
+              CredentialPropertyUtils.buildRefreshCredentialEndpoints(
+                  
RESTUtil.encodeString(catalogCredentialManager.catalogName()),
+                  RESTUtil.encodeNamespace(
+                      ident.namespace(), 
IcebergRESTUtils.NAMESPACE_SEPARATOR_URLENCODED_UTF_8),
+                  RESTUtil.encodeString(ident.name()),
+                  
CredentialPropertyUtils.filterCredentialProperties(properties)))

Review Comment:
   Got resolved.



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