You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/05/06 06:00:00 UTC

[jira] [Work logged] (HIVE-25872) Skip tracking of alterDatabase events for replication specific properties.

     [ https://issues.apache.org/jira/browse/HIVE-25872?focusedWorklogId=767024&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-767024 ]

ASF GitHub Bot logged work on HIVE-25872:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/May/22 05:59
            Start Date: 06/May/22 05:59
    Worklog Time Spent: 10m 
      Work Description: 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?





Issue Time Tracking
-------------------

    Worklog Id:     (was: 767024)
    Time Spent: 20m  (was: 10m)

> Skip tracking of alterDatabase events for replication specific properties.
> --------------------------------------------------------------------------
>
>                 Key: HIVE-25872
>                 URL: https://issues.apache.org/jira/browse/HIVE-25872
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Haymant Mangla
>            Assignee: Haymant Mangla
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)