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/03/20 11:50:14 UTC

[GitHub] [hive] anishek commented on a change in pull request #951: HIVE-22997 : Copy external table to target during Repl Dump operation

anishek commented on a change in pull request #951: HIVE-22997 : Copy external table to target during Repl Dump operation
URL: https://github.com/apache/hive/pull/951#discussion_r395570139
 
 

 ##########
 File path: ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/StageType.java
 ##########
 @@ -30,7 +30,7 @@
   REPL_TXN(15),
   REPL_INCREMENTAL_LOAD(16),
   SCHEDULED_QUERY_MAINT(17),
-  REPL_LOAD_COMPLETE_ACK(18);
+  REPL_OPERATION_COMPLETE_ACK(18);
 
   private final int value;
 
 
 Review comment:
   unused imports like HashMap, Util
   remove the private qualifier from constructor.

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