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

MM tables: encrypted/(minimr?) CLI driver + fetch optimizer => no results

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • hive-14535
    • None
    • None

    Description

      The repro does not require encryption, but it doesn't happen on CliDriver.
      The easiest way to repro (results for the query w/none, no results w/more (the default)):

      DROP TABLE IF EXISTS encrypted_table PURGE;
      CREATE TABLE encrypted_table (key INT, value STRING) LOCATION '${hiveconf:hive.metastore.warehouse.dir}/default/encrypted_table';
      INSERT INTO encrypted_table values(1,'foo'),(2,'bar');
      
      set hive.fetch.task.conversion=none;
      select * from encrypted_table;
      set hive.fetch.task.conversion=more;
      select * from encrypted_table;
      

      Attachments

        Activity

          People

            sershe Sergey Shelukhin
            sershe Sergey Shelukhin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: