[
https://issues.apache.org/jira/browse/HIVE-26474?focusedWorklogId=804282&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-804282
]
ASF GitHub Bot logged work on HIVE-26474:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Aug/22 07:59
Start Date: 29/Aug/22 07:59
Worklog Time Spent: 10m
Work Description: deniskuzZ commented on code in PR #3550:
URL: https://github.com/apache/hive/pull/3550#discussion_r957008328
##########
common/src/java/org/apache/hadoop/hive/conf/Constants.java:
##########
@@ -93,4 +93,8 @@ public class Constants {
public static final String INSERT_ONLY_FETCH_BUCKET_ID =
"insertonly.fetch.bucketid";
public static final String ERROR_MESSAGE_NO_DETAILS_AVAILABLE = "No detailed
message available";
+
+ public static final String ACID_INPUT_FORMAT =
"org.apache.hadoop.hive.ql.io.orc.OrcInputFormat";
Review Comment:
better name it as ORC_INPUT_FORMAT, as parquet could be an ACID format as
well
Issue Time Tracking
-------------------
Worklog Id: (was: 804282)
Time Spent: 3h (was: 2h 50m)
> Enable converting insert-only tables to full ACID tables
> --------------------------------------------------------
>
> Key: HIVE-26474
> URL: https://issues.apache.org/jira/browse/HIVE-26474
> Project: Hive
> Issue Type: Improvement
> Reporter: Simhadri Govindappa
> Assignee: Simhadri Govindappa
> Priority: Major
> Labels: pull-request-available
> Time Spent: 3h
> Remaining Estimate: 0h
>
> Currently we can convert a non-ACID table to full ACID via altering
> TBLPROPERTIES ("transactional"="false" -> "transactional"="true"), but we
> don't support converting insert-only tables to full ACID tables
> ("transactional_properties"="insert_only" - >
> "transactional_properties"="default").
--
This message was sent by Atlassian Jira
(v8.20.10#820010)