You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2020/04/01 10:23:22 UTC

[GitHub] [hive] anishek commented on a change in pull request #965: HIVE-23039 Checkpointing for repl dump bootstrap phase

anishek commented on a change in pull request #965: HIVE-23039 Checkpointing for repl dump bootstrap phase
URL: https://github.com/apache/hive/pull/965#discussion_r401491670
 
 

 ##########
 File path: ql/src/java/org/apache/hadoop/hive/ql/plan/ReplCopyWork.java
 ##########
 @@ -120,4 +122,12 @@ public boolean isNeedCheckDuplicateCopy() {
   public void setCheckDuplicateCopy(boolean flag) {
     checkDuplicateCopy = flag;
   }
+
+  public boolean isCheckpointEnabled() {
+    return checkpointEnabled;
+  }
+
+  public void setCheckpointEnabled(boolean checkpointEnabled) {
 
 Review comment:
   do initialization based on constructor rather than setters ?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org