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


##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/Msck.java:
##########
@@ -399,7 +399,7 @@ private void validateAndAddMaxTxnIdAndWriteId(long 
maxWriteIdOnFilesystem, long
     long maxAllocatedWriteId = getMsc().getMaxAllocatedWriteId(dbName, 
tableName);
     if (maxAllocatedWriteId > 0 && maxWriteIdOnFilesystem > 
maxAllocatedWriteId) {
       throw new MetaException(MessageFormat
-          .format("The maximum writeId {} in table {} is greater than the 
maximum allocated in the metastore {}",
+          .format("The maximum writeId {0} in table {1} is greater than the 
maximum allocated in the metastore {2}",

Review Comment:
   `The highest writeId [{0}] in the table '{1}' is greater than the maximum 
writeId allocated in the metastore [{2}]`



-- 
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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to