aasha commented on a change in pull request #1092:
URL: https://github.com/apache/hive/pull/1092#discussion_r439260449
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplLoadTask.java
##########
@@ -309,7 +310,9 @@ a database ( directory )
// Populate the driver context with the scratch dir info from the repl
context, so that the
// temp dirs will be cleaned up later
context.getFsScratchDirs().putAll(loadContext.pathInfo.getFsScratchDirs());
- createReplLoadCompleteAckTask();
+ if (!HiveConf.getBoolVar(conf, REPL_DUMP_SKIP_IMMUTABLE_DATA_COPY)) {
Review comment:
Please add this acknolegment check in the
REPL_DUMP_SKIP_IMMUTABLE_DATA_COPY testcase also
----------------------------------------------------------------
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]