Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-14535 add insert-only ACID tables to Hive
  3. HIVE-17671

TableScanDesc.isAcidTable is restricted to FullAcid tables

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Resolved
    • None
    • 3.0.0
    • Transactions
    • None

    Description

      isAcidTable = AcidUtils.isAcidTable(this.tableMetadata);
      is changed to
      isAcidTable = AcidUtils.isFullAcidTable(this.tableMetadata);

      This property is then checked all over the place - why?
      This then affects TableScanDesc.isAcidTable() so FetchTask, HiveInputFormat etc assume that they are handling Acid read only if it's full acid... this doesn't look right

      Attachments

        Issue Links

          Activity

            People

              ekoifman Eugene Koifman
              ekoifman Eugene Koifman
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: