[
https://issues.apache.org/jira/browse/HIVE-26301?focusedWorklogId=779874&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-779874
]
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_r893368494
##########
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationOptimisedBootstrap.java:
##########
@@ -125,14 +130,8 @@ public void testBuildTableDiffGeneration() 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 't1_managed'")
- .verifyResult("t1_managed")
- .run("show tables like 't2_managed'")
- .verifyResult("t2_managed")
+ .run("show tables")
Review Comment:
is this change needed?
Issue Time Tracking
-------------------
Worklog Id: (was: 779874)
Time Spent: 1h 10m (was: 1h)
> 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 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)