You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Eugene Koifman (JIRA)" <ji...@apache.org> on 2017/11/22 00:48:00 UTC

[jira] [Created] (HIVE-18124) clean up isAcidTable() API

Eugene Koifman created HIVE-18124:
-------------------------------------

             Summary:  clean up isAcidTable() API
                 Key: HIVE-18124
                 URL: https://issues.apache.org/jira/browse/HIVE-18124
             Project: Hive
          Issue Type: Bug
          Components: Transactions
    Affects Versions: 3.0.0
            Reporter: Eugene Koifman
            Assignee: Eugene Koifman


With the addition of MM tables (_AcidUtils.isInsertOnlyTable(table)_) the methods in AcidUtils and dependent places are very muddled.

Need to clean it up so that there is a isTransactional(Table) that checks transactional=true setting and isAcid(Table) to mean full ACID and isInsertOnly(Table) to mean MM tables.
This would accurately describe the semantics of the tables.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)