pvary commented on code in PR #3352:
URL: https://github.com/apache/hive/pull/3352#discussion_r893368917
##########
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationOptimisedBootstrap.java:
##########
@@ -962,14 +994,8 @@ public void testOverwriteDuringBootstrap() throws
Throwable {
.run("repl status " + replicatedDbName)
.verifyResult(tuple.lastReplicationId)
.run("use " + replicatedDbName)
- .run("show tables like 't1'")
- .verifyResult("t1")
- .run("show tables like 't2'")
- .verifyResult("t2")
- .run("show tables like 't3'")
- .verifyResult("t3")
- .run("show tables like 't4'")
- .verifyResult("t4")
+ .run("show tables")
+ .verifyResults(new String[]{"t1", "t2", "t3", "t4"})
Review Comment:
is this change needed?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]