[ https://issues.apache.org/jira/browse/HIVE-16032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sergey Shelukhin resolved HIVE-16032. ------------------------------------- Resolution: Fixed Fix Version/s: hive-14535 Committed to branch > 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 > Fix For: hive-14535 > > > 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)