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

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

                Author: ASF GitHub Bot
            Created on: 29/Jun/20 18:45
            Start Date: 29/Jun/20 18:45
    Worklog Time Spent: 10m 
      Work Description: pkumarsinha commented on a change in pull request #1120:
URL: https://github.com/apache/hive/pull/1120#discussion_r447178408



##########
File path: 
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosExternalTables.java
##########
@@ -159,14 +154,14 @@ public void externalTableReplicationWithDefaultPaths() 
throws Throwable {
         .run("insert into table t2 partition(country='india') values 
('bangalore')")
         .run("insert into table t2 partition(country='us') values ('austin')")
         .run("insert into table t2 partition(country='france') values 
('paris')")
-        .dump(primaryDbName, withClauseOptions);
+        .dump(primaryDbName);

Review comment:
       Not needed anymore

##########
File path: 
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosExternalTables.java
##########
@@ -503,8 +495,7 @@ public void externalTableIncrementalCheckpointing() throws 
Throwable {
 
   @Test
   public void externalTableIncrementalReplication() throws Throwable {
-    List<String> withClause = externalTableBasePathWithClause();
-    WarehouseInstance.Tuple tuple = primary.dump(primaryDbName, withClause);
+    WarehouseInstance.Tuple tuple = primary.dump(primaryDbName);

Review comment:
       Not needed anymore

##########
File path: 
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosExternalTables.java
##########
@@ -623,7 +612,7 @@ public void bootstrapExternalTablesDuringIncrementalPhase() 
throws Throwable {
     assertFalse(primary.miniDFSCluster.getFileSystem()
             .exists(new Path(metadataPath + relativeExtInfoPath(null))));
 
-    replica.load(replicatedDbName, primaryDbName, loadWithClause)
+    replica.load(replicatedDbName, primaryDbName)

Review comment:
       Not needed anymore




----------------------------------------------------------------
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:
[email protected]


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

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

> Mandate fully qualified absolute path for external table base dir during REPL 
> operation
> ---------------------------------------------------------------------------------------
>
>                 Key: HIVE-23611
>                 URL: https://issues.apache.org/jira/browse/HIVE-23611
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Pravin Sinha
>            Assignee: Pravin Sinha
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: HIVE-23611.01.patch, HIVE-23611.02.patch
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>




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

Reply via email to