[ https://issues.apache.org/jira/browse/HIVE-27996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Denys Kuzmenko updated HIVE-27996: ---------------------------------- Description: Revert HIVE-27406 & HIVE-27481 The introduced changes were causing DB incompatibility issues. {code} create table if not exists tab_acid (a int) partitioned by (p string) stored as orc TBLPROPERTIES ('transactional'='true'); insert into tab_acid values(1,'foo'),(3,'bar'); Caused by: MetaException(message:The update count was rejected in at least one of the result array. Rolling back.) at org.apache.hadoop.hive.metastore.txn.jdbc.MultiDataSourceJdbcResource.execute(MultiDataSourceJdbcResource.java:217) at org.apache.hadoop.hive.metastore.txn.TxnHandler.addDynamicPartitions(TxnHandler.java:876) {code} was: Revert HIVE-27406 & HIVE-27481 The introduced changes were causing DB incompatibility issues. > Revert HIVE-27406 & HIVE-27481 > ------------------------------ > > Key: HIVE-27996 > URL: https://issues.apache.org/jira/browse/HIVE-27996 > Project: Hive > Issue Type: Bug > Components: Transactions > Affects Versions: 4.0.0-beta-1 > Reporter: László Végh > Priority: Critical > Labels: pull-request-available > > Revert HIVE-27406 & HIVE-27481 > > The introduced changes were causing DB incompatibility issues. > {code} > create table if not exists tab_acid (a int) partitioned by (p string) stored > as orc TBLPROPERTIES ('transactional'='true'); > insert into tab_acid values(1,'foo'),(3,'bar'); > Caused by: MetaException(message:The update count was rejected in at least > one of the result array. Rolling back.) > at > org.apache.hadoop.hive.metastore.txn.jdbc.MultiDataSourceJdbcResource.execute(MultiDataSourceJdbcResource.java:217) > at > org.apache.hadoop.hive.metastore.txn.TxnHandler.addDynamicPartitions(TxnHandler.java:876) > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)