[
https://issues.apache.org/jira/browse/HIVE-19599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16483144#comment-16483144
]
Eugene Koifman commented on HIVE-19599:
---------------------------------------
The on-disk layout of Acid tables has changed in Hive 3.0. Any Acid table
partition that had Update/Delete/Merge statement executed since the last Major
compaction must execute Major compaction before upgrading to 3.0. No more
Update/Delete/Merge may be executed against these tables since the start of
Major compaction. Not following this may lead to data corruption.
Tables/partitions that only contain results of Insert statements are fully
compatible and don't need to be compacted.
> Release Notes : Highlighting backwards incompatible changes
> -----------------------------------------------------------
>
> Key: HIVE-19599
> URL: https://issues.apache.org/jira/browse/HIVE-19599
> Project: Hive
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 3.0.0
> Reporter: Eugene Koifman
> Assignee: Vineet Garg
> Priority: Blocker
>
> We need to highlight backwards incompatible changes. A list Jira titles
> won't be sufficient.
> For example, tables with Acid V1 (pre 3.0) data has to be major compacted
> before upgrade and may not process any update/delete/merge until after
> upgrade. Not doing so may result in data corruption/loss.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)