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)

Reply via email to