Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.2.0
-
None
Description
Currently each txn using ACID insert/update/delete will generate a delta directory like delta_0000100_0000101. In order to support multi-statement transactions we must generate one delta per operation within the transaction so the deltas would be named like delta_0000100_0000101_0001, etc.
Support for MERGE (HIVE-10924) would need the same.
Attachments
Attachments
Issue Links
- blocks
-
HIVE-11077 Add support in parser and wire up to txn manager
- Resolved
-
HIVE-10924 add support for MERGE statement
- Resolved
- breaks
-
HIVE-12202 NPE thrown when reading legacy ACID delta files
- Closed
- relates to
-
HIVE-10165 Improve hive-hcatalog-streaming extensibility and support updates and deletes.
- Closed