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

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

                Author: ASF GitHub Bot
            Created on: 01/Apr/21 07:54
            Start Date: 01/Apr/21 07:54
    Worklog Time Spent: 10m 
      Work Description: pkumarsinha commented on a change in pull request #2092:
URL: https://github.com/apache/hive/pull/2092#discussion_r605449154



##########
File path: 
ql/src/java/org/apache/hadoop/hive/ql/exec/repl/incremental/IncrementalLoadTasksBuilder.java
##########
@@ -163,6 +163,17 @@ public IncrementalLoadTasksBuilder(String dbName, String 
loadPath,
       taskChainTail.addDependentTask(updateIncPendTask);
       taskChainTail = updateIncPendTask;
 
+      Database dbToLoadIn = hive.getDatabase(dbName);
+      if (dbToLoadIn != null && !ReplUtils.isTargetOfReplication(dbToLoadIn)) {

Review comment:
       Check the reason why the test 
TestReplicationScenarios.testTaskCreationOptimization  expects  this to be null.




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


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

    Worklog Id:     (was: 575371)
    Time Spent: 40m  (was: 0.5h)

> Support to add repl.target.for property during incremental run
> --------------------------------------------------------------
>
>                 Key: HIVE-24912
>                 URL: https://issues.apache.org/jira/browse/HIVE-24912
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Haymant Mangla
>            Assignee: Haymant Mangla
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to