You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Vaibhav Gumashta (JIRA)" <ji...@apache.org> on 2019/07/12 17:31:00 UTC

[jira] [Created] (HIVE-21990) ACID: remove any difference between an mm table insert and full acid table insert

Vaibhav Gumashta created HIVE-21990:
---------------------------------------

             Summary: ACID: remove any difference between an mm table insert and full acid table insert
                 Key: HIVE-21990
                 URL: https://issues.apache.org/jira/browse/HIVE-21990
             Project: Hive
          Issue Type: Bug
          Components: Transactions
    Affects Versions: 4.0.0
            Reporter: Vaibhav Gumashta


HIVE-21164 makes acid insert work like mm-table insert by writing directly to the destination and using manifest files to track committed files in a task and the job. After that, while there should be no difference in the insert code paths, there may be some cases where the difference remains (e.g. HIVE-17695). This jira will investigate any such issues and fix it.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)