Venugopal Reddy K created IMPALA-14209:
------------------------------------------
Summary: Incorrect usage of commitTxnMessage to populate
writeEventInfos
Key: IMPALA-14209
URL: https://issues.apache.org/jira/browse/IMPALA-14209
Project: IMPALA
Issue Type: Bug
Components: Catalog
Reporter: Venugopal Reddy K
With HIVE-28976, CommitTxnMessage is modified to pass write Ids in the message.
But Impala do not expect write Ids in the CommitTxnMessage. writeEventInfoList
is explicitly fetched from HMS using getAllWriteEventInfo() API and then
populate the WriteEventInfo to its local CommitTxnMessage object using
CommitTxnMessage.addWriteEventInfo() API.
Since the write Ids are already present in CommitTxnMessage, when we do
addWriteEventInfo() on it, write Ids would get added again to the
CommitTxnMessage and can cause the exception.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]