Kevin Wilfong created HIVE-4178:
-----------------------------------

             Summary: ORC fails with files with different numbers of columns
                 Key: HIVE-4178
                 URL: https://issues.apache.org/jira/browse/HIVE-4178
             Project: Hive
          Issue Type: Bug
          Components: Serializers/Deserializers
    Affects Versions: 0.11.0
            Reporter: Kevin Wilfong
            Assignee: Kevin Wilfong


When CombineHiveInputFormat is used, it's possible that two files with 
different numbers of files can be included in the same split, in which case 
Hive will fail at one of several points with an ArrayIndexOutOfBoundsException.

This can happen when a partition contains empty files or two partitions are 
read with different numbers of columns.

--
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