[
https://issues.apache.org/jira/browse/HIVE-26301?focusedWorklogId=779875&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-779875
]
ASF GitHub Bot logged work on HIVE-26301:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Jun/22 11:05
Start Date: 09/Jun/22 11:05
Worklog Time Spent: 10m
Work Description: 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?
Issue Time Tracking
-------------------
Worklog Id: (was: 779875)
Time Spent: 1h 20m (was: 1h 10m)
> Fix ACID tables bootstrap during reverse replication in unplanned failover.
> ---------------------------------------------------------------------------
>
> Key: HIVE-26301
> URL: https://issues.apache.org/jira/browse/HIVE-26301
> Project: Hive
> Issue Type: Sub-task
> Reporter: Haymant Mangla
> Assignee: Haymant Mangla
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)