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/17 04:39:13 UTC

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

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

 ##########
 File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplDumpTask.java
 ##########
 @@ -386,8 +399,10 @@ private Long incrementalDump(Path dumpRoot, DumpMetaData dmd, Path cmRoot, Hive
         }
       }
       dumpTableListToDumpLocation(tableList, dumpRoot, dbName, conf);
+      List<ExternalTableCopyTaskBuilder.DirCopyWork> extTableCopyWorks = dirLocationsToCopy(extTableLocations);
 
 Review comment:
   if extTableLocations is empty ..no need to create the task

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