[ 
https://issues.apache.org/jira/browse/HIVE-16032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15881846#comment-15881846
 ] 

Sergey Shelukhin commented on HIVE-16032:
-----------------------------------------

Interestingly, even on master, runTasks when executing Driver for the select 
produces 0 logging output and lasts for 0ms.
I thought it was a problem with the branch but master still produces correct 
result somehow.

> 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