[ 
https://issues.apache.org/jira/browse/HIVE-26301?focusedWorklogId=779859&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-779859
 ]

ASF GitHub Bot logged work on HIVE-26301:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Jun/22 10:21
            Start Date: 09/Jun/22 10:21
    Worklog Time Spent: 10m 
      Work Description: hmangla98 commented on code in PR #3352:
URL: https://github.com/apache/hive/pull/3352#discussion_r893332476


##########
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:
   Yes, we need this. By default, tables do not support ACID properties.





Issue Time Tracking
-------------------

    Worklog Id:     (was: 779859)
    Time Spent: 0.5h  (was: 20m)

> 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: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to