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



##########
File path: hive/src/main/java/org/apache/iceberg/hive/HiveCatalog.java
##########
@@ -138,9 +141,11 @@ public boolean dropTable(TableIdentifier identifier, 
boolean purge) {
         dropTableData(ops.io(), lastMetadata);
       }
 
+      LOG.info("Table is dropped [{}]", identifier);

Review comment:
       Done, I will also remove every '[]' - I tend to use them because once 
spent 2 days trying to figure out why my code is not able to find table 
'sneakytable', where the log cleanly shows that 'sneakytable ' is in the 
listing (notice the missing ' ', which is hardly noticeable in the logs if the 
beginning/end of the variable is not marked clearly, and it is the end of the 
line :))




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