caofangkun created HIVE-3867:
--------------------------------

             Summary: Whether we need to check the storage format defined in 
the table schema be the same as the actual storage file format 
                 Key: HIVE-3867
                 URL: https://issues.apache.org/jira/browse/HIVE-3867
             Project: Hive
          Issue Type: Bug
          Components: Query Processor
    Affects Versions: 0.9.0
            Reporter: caofangkun
            Priority: Minor


For Example:
select count(*) from src_test;

storage format defined in the table schema is SimpleText ,
but the actual storage file format is SequenceFile .

This HiveQL can run properly。But it process the entire sequence file as a 
single line ,and as a single column. 
So should we need to have a check ?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to