Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.0.0
Description
Per table write ID implementation (HIVE-18192) have replaced global transaction ID with per table write ID to version the data files in a table.
Now, the ACID data files referred by different class methods and variables still uses names transactionId to mean write id.
So, it is required to rename those methods/variables/classes to mean writeId instead of transactionId.
Attachments
Issue Links
- is related to
-
HIVE-18192 Introduce WriteID per table rather than using global transaction ID
- Closed