pvary commented on a change in pull request #1394:
URL: https://github.com/apache/iceberg/pull/1394#discussion_r481380033



##########
File path: hive/src/main/java/org/apache/iceberg/hive/HiveCatalog.java
##########
@@ -329,7 +350,9 @@ private boolean alterHiveDataBase(Namespace namespace,  
Database database) {
 
     try {
       Database database = clients.run(client -> 
client.getDatabase(namespace.level(0)));
-      return convertToMetadata(database);
+      Map<String, String> metadata = convertToMetadata(database);
+      LOG.debug("Loaded metadata for namespace {}", namespace);

Review comment:
       I did not log the metadata loaded, as I should.
   Added the log of the loaded metadata keys, like this:
   ```
   Loaded metadata for namespace dbname_load found [owner, location, comment, 
group]
   ```




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

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