-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.0
-
Fix Version/s: 3.0.0
-
Component/s: HiveServer2, Transactions
In HIVE-18192 , per table write ID was introduced where snapshot isolation is built using ValidWriteIdList on tables which are read with in a txn. ReadEntity list is referred to decide which table is read within a txn.
For insert operation, table will be found only in WriteEntity, but the table is read to collect stats.
So, it is needed to build the ValidWriteIdList for tables/partition part of WriteEntity as well.
- blocks
-
HIVE-18571 stats issues for MM tables; ACID doesn't check state for CTAS
-
- Closed
-
- is related to
-
HIVE-18192 Introduce WriteID per table rather than using global transaction ID
-
- Closed
-