aasha commented on a change in pull request #1804:
URL: https://github.com/apache/hive/pull/1804#discussion_r556280010
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplDumpTask.java
##########
@@ -968,6 +979,9 @@ private boolean shouldResumePreviousDump(Path lastDumpPath,
boolean isBootStrap)
return false;
}
Path hiveDumpPath = new Path(lastDumpPath, ReplUtils.REPL_HIVE_BASE_DIR);
+ if (tableExpressionModified(new DumpMetaData(hiveDumpPath, conf))) {
Review comment:
Yes we can reuse the same.
If its bootstrap then also we need this check. Because for bootstrap, we
reuse the same directory, delete the metadata dir, but data dir is still reused.
----------------------------------------------------------------
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]