You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Harish Butani (JIRA)" <ji...@apache.org> on 2014/09/23 04:41:33 UTC

[jira] [Created] (HIVE-8230) Wrapping a SequenceFile based table in a SubQuery changes a column's value. Value is mult-line

Harish Butani created HIVE-8230:
-----------------------------------

             Summary: Wrapping a SequenceFile  based table in a SubQuery changes a column's value. Value is mult-line
                 Key: HIVE-8230
                 URL: https://issues.apache.org/jira/browse/HIVE-8230
             Project: Hive
          Issue Type: Bug
            Reporter: Harish Butani
            Priority: Minor


Reproduced by running query from query_result_fileformat.q

The result for these are different:
{code}
select * from nzhang_test1;
select * from (select * from nzhang_test1) a;
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)