aasha commented on a change in pull request #2197:
URL: https://github.com/apache/hive/pull/2197#discussion_r619966299
##########
File path:
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosExternalTables.java
##########
@@ -1680,4 +1682,104 @@ public void testDataCopyEndLog(boolean
runCopyTasksOnTarget) throws Throwable {
ctx.updateLoggers();
appender.removeFromLogger(logger.getName());
}
+
+ @Test
+ public void testSingleCopyTasksAtSource() throws Throwable {
+ testDataCopyEndLog(false);
+ }
+
+ @Test
+ public void testSingleCopyTasksAtTarget() throws Throwable {
+ testDataCopyEndLog(true);
+ }
+
+ public void testSingleCopyTasks(boolean runCopyTasksOnTarget)
Review comment:
What happens if there are extra paths apart from table location in the
parent path?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]