[
https://issues.apache.org/jira/browse/HIVE-26301?focusedWorklogId=779871&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-779871
]
ASF GitHub Bot logged work on HIVE-26301:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Jun/22 10:53
Start Date: 09/Jun/22 10:53
Worklog Time Spent: 10m
Work Description: pvary commented on code in PR #3352:
URL: https://github.com/apache/hive/pull/3352#discussion_r893358981
##########
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationOptimisedBootstrap.java:
##########
@@ -944,7 +975,8 @@ public void testOverwriteDuringBootstrap() throws Throwable
{
// Create some partitioned and non partitioned tables and do a dump & load.
WarehouseInstance.Tuple tuple = primary.run("use " + primaryDbName)
- .run("create table t1 (id int)")
+ .run("create table t1 (id int) clustered by(id) into 3 buckets stored
as orc " +
+ "tblproperties (\"transactional\"=\"true\")")
Review Comment:
In these tests the default table type is non-ACID?
Issue Time Tracking
-------------------
Worklog Id: (was: 779871)
Time Spent: 50m (was: 40m)
> 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: 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)