[
https://issues.apache.org/jira/browse/HIVE-26301?focusedWorklogId=779872&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-779872
]
ASF GitHub Bot logged work on HIVE-26301:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Jun/22 10:57
Start Date: 09/Jun/22 10:57
Worklog Time Spent: 10m
Work Description: hmangla98 commented on code in PR #3352:
URL: https://github.com/apache/hive/pull/3352#discussion_r893361856
##########
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:
Default value of hive.strict.managed.tables is false. So, non-Acid managed
tables are created if we don't specify the transactional property.
Issue Time Tracking
-------------------
Worklog Id: (was: 779872)
Time Spent: 1h (was: 50m)
> 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
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)