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



##########
File path: hive/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java
##########
@@ -130,6 +130,7 @@ protected void doRefresh() {
     }
 
     refreshFromMetadataLocation(metadataLocation);
+    LOG.debug("Refreshed [{}]", fullName);

Review comment:
       There is already a log in `BaseMetastoreTableOperations` for this. It 
has the location, but not the table name. Maybe just add table name to that one.




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