Details
Description
currently a tblproperty transactional=true must be set to make a table behave in ACID compliant way.
This is misleading in that it seems like changing it to transactional=false makes the table non-acid but on disk layout of acid table is different than plain tables. So changing this property may cause wrong data to be returned.
Should prevent transactional=false.
Attachments
Attachments
Issue Links
- is duplicated by
-
HIVE-8323 Ensure "transactional" tbl property can only be set on tables using AcidOutputFormat
- Resolved
- is related to
-
HIVE-13694 Prevent ACID table being unusable due to DDL changes
- Open
- is required by
-
HIVE-8323 Ensure "transactional" tbl property can only be set on tables using AcidOutputFormat
- Resolved
- relates to
-
HIVE-10632 Make sure TXN_COMPONENTS gets cleaned up if table is dropped before compaction.
- Closed