Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-27996

Revert HIVE-27406 & HIVE-27481

Log workAgile BoardRank to TopRank to BottomBulk Copy AttachmentsBulk Move AttachmentsAdd voteVotersWatch issueWatchersCreate sub-taskConvert to sub-taskMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 4.0.0-beta-1
    • None
    • Transactions

    Description

      Revert HIVE-27406 & HIVE-27481

       

      The introduced changes were causing DB incompatibility issues.

      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)
      

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            lvegh Laszlo Vegh Assign to me
            veghlaci05 László Végh

            Dates

              Created:
              Updated:

              Slack

                Issue deployment