aasha commented on a change in pull request #1949:
URL: https://github.com/apache/hive/pull/1949#discussion_r571816388



##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplDumpTask.java
##########
@@ -311,8 +311,11 @@ private void prepareReturnValues(List<String> values) 
throws SemanticException {
   }
 
   private void deleteAllPreviousDumpMeta(Path currentDumpPath) {
+    Path dumpRoot = getDumpRoot(currentDumpPath);

Review comment:
       Do it inside the try catch block. replication shouldn't fail if 
getDumpRoot throws exception




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

Reply via email to