rbalamohan commented on code in PR #2950:
URL: https://github.com/apache/hive/pull/2950#discussion_r866510678
##########
ql/src/java/org/apache/hadoop/hive/ql/exec/repl/util/ReplUtils.java:
##########
@@ -87,15 +87,14 @@ public class ReplUtils {
public static final String LAST_REPL_ID_KEY = "hive.repl.last.repl.id";
public static final String REPL_CHECKPOINT_KEY =
ReplConst.REPL_TARGET_DB_PROPERTY;
- public static final String REPL_FIRST_INC_PENDING_FLAG =
"hive.repl.first.inc.pending";
+ public static final String REPL_FIRST_INC_PENDING_FLAG =
ReplConst.REPL_FIRST_INC_PENDING_FLAG;
Review Comment:
Can it be directly referenced instead of declaring it here again?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]