Sankar Hariappan created HIVE-18824:
---------------------------------------
Summary: ValidWriteIdList config should be defined on tables which
has to collect stats after insert.
Key: HIVE-18824
URL: https://issues.apache.org/jira/browse/HIVE-18824
Project: Hive
Issue Type: Sub-task
Components: HiveServer2, Transactions
Affects Versions: 3.0.0
Reporter: Sankar Hariappan
Assignee: Sankar Hariappan
Fix For: 3.0.0
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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)