deniskuzZ commented on code in PR #6218:
URL: https://github.com/apache/hive/pull/6218#discussion_r2610993255


##########
iceberg/iceberg-catalog/src/main/java/org/apache/iceberg/hive/CatalogUtils.java:
##########
@@ -49,7 +52,12 @@ public class CatalogUtils {
       // We don't want to push down the metadata location props to Iceberg 
from HMS,
       // since the snapshot pointer in HMS would always be one step ahead
       BaseMetastoreTableOperations.METADATA_LOCATION_PROP,
-      BaseMetastoreTableOperations.PREVIOUS_METADATA_LOCATION_PROP);
+      BaseMetastoreTableOperations.PREVIOUS_METADATA_LOCATION_PROP,
+      OAuth2Properties.CREDENTIAL,
+      OAuth2Properties.OAUTH2_SERVER_URI,
+      AuthProperties.AUTH_TYPE,
+      CatalogProperties.URI

Review Comment:
   👍 :)



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to