Sergey Shelukhin created HIVE-16032:
---------------------------------------

             Summary: MM tables: encrypted/(minimr?) CLI driver + fetch 
optimizer => no results
                 Key: HIVE-16032
                 URL: https://issues.apache.org/jira/browse/HIVE-16032
             Project: Hive
          Issue Type: Sub-task
            Reporter: Sergey Shelukhin
            Assignee: Sergey Shelukhin


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)):
{noformat}
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;
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to