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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org