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: [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]