pkumarsinha commented on a change in pull request #949: HIVE-22990 Add file 
based ack for replication
URL: https://github.com/apache/hive/pull/949#discussion_r393945947
 
 

 ##########
 File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplLoadTask.java
 ##########
 @@ -398,6 +319,21 @@ private void dropTablesExcludedInReplScope(ReplScope 
replScope) throws HiveExcep
             dbName);
   }
 
+  private void createReplLoadCompleteAckTask() {
+    if ((work.isIncrementalLoad() && 
!work.incrementalLoadTasksBuilder().hasMoreWork() && 
!work.hasBootstrapLoadTasks())
 
 Review comment:
   During incremental, when we have no events in dump and only external tables 
are present, will the event folder still be created? If not the check 
work.incrementalLoadTasksBuilder().hasMoreWork() might not suffice?

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to