dengzhhu653 commented on code in PR #6311:
URL: https://github.com/apache/hive/pull/6311#discussion_r2867292118


##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/handler/TruncateTableHandler.java:
##########
@@ -286,7 +286,7 @@ public static void addTruncateBaseFile(Path location, long 
writeId, Configuratio
   }
 
   @Override
-  protected String getMessagePrefix() {
+  public String toString() {
     return "TruncateTableHandler [" + id + "] -  truncate table for " +
         TableName.getQualified(catName, dbName, table.getTableName()) + ":";

Review Comment:
   this is a sync operation



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