maheshk114 commented on a change in pull request #539: HIVE-21281: Repl
checkpointing doesn't work while retry bootstrap load with partitions of
external tables.
URL: https://github.com/apache/hive/pull/539#discussion_r257690116
##########
File path:
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/WarehouseInstance.java
##########
@@ -361,6 +362,32 @@ private void printOutput() throws IOException {
}
}
+ private void verifyIfCkptSet(Map<String, String> props, String dumpDir) {
+ assertTrue(props.containsKey(ReplUtils.REPL_CHECKPOINT_KEY));
Review comment:
assertTrue(props.containsKey(ReplUtils.REPL_CHECKPOINT_KEY)) is redundant
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services