[jira] [Updated] (HIVE-15124) Fix OrcInputFormat to use reader's schema for include boolean array

2016-11-29 Thread Owen O'Malley (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-15124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Owen O'Malley updated HIVE-15124:
-
   Resolution: Fixed
Fix Version/s: 2.2.0
   Status: Resolved  (was: Patch Available)

I just committed this. Thanks for the review, Prasanth.

> Fix OrcInputFormat to use reader's schema for include boolean array
> ---
>
> Key: HIVE-15124
> URL: https://issues.apache.org/jira/browse/HIVE-15124
> Project: Hive
>  Issue Type: Bug
>  Components: ORC
>Affects Versions: 1.2.1
>Reporter: Owen O'Malley
>Assignee: Owen O'Malley
> Fix For: 2.2.0
>
> Attachments: HIVE-15124.patch, HIVE-15124.patch, HIVE-15124.patch, 
> HIVE-15124.patch
>
>
> Currently, the OrcInputFormat uses the file's schema rather than the reader's 
> schema. This means that SchemaEvolution fails with an 
> ArrayIndexOutOfBoundsException if a partition has a different schema than the 
> table.



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


[jira] [Updated] (HIVE-15124) Fix OrcInputFormat to use reader's schema for include boolean array

2016-11-28 Thread Owen O'Malley (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-15124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Owen O'Malley updated HIVE-15124:
-
Attachment: HIVE-15124.patch

*Sigh* reverted previous change.

> Fix OrcInputFormat to use reader's schema for include boolean array
> ---
>
> Key: HIVE-15124
> URL: https://issues.apache.org/jira/browse/HIVE-15124
> Project: Hive
>  Issue Type: Bug
>  Components: ORC
>Affects Versions: 1.2.1
>Reporter: Owen O'Malley
>Assignee: Owen O'Malley
> Attachments: HIVE-15124.patch, HIVE-15124.patch, HIVE-15124.patch, 
> HIVE-15124.patch
>
>
> Currently, the OrcInputFormat uses the file's schema rather than the reader's 
> schema. This means that SchemaEvolution fails with an 
> ArrayIndexOutOfBoundsException if a partition has a different schema than the 
> table.



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


[jira] [Updated] (HIVE-15124) Fix OrcInputFormat to use reader's schema for include boolean array

2016-11-28 Thread Owen O'Malley (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-15124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Owen O'Malley updated HIVE-15124:
-
Attachment: HIVE-15124.patch

Updated two more expected output files. The pull request has the changes 
separated out.

> Fix OrcInputFormat to use reader's schema for include boolean array
> ---
>
> Key: HIVE-15124
> URL: https://issues.apache.org/jira/browse/HIVE-15124
> Project: Hive
>  Issue Type: Bug
>  Components: ORC
>Affects Versions: 1.2.1
>Reporter: Owen O'Malley
>Assignee: Owen O'Malley
> Attachments: HIVE-15124.patch, HIVE-15124.patch, HIVE-15124.patch
>
>
> Currently, the OrcInputFormat uses the file's schema rather than the reader's 
> schema. This means that SchemaEvolution fails with an 
> ArrayIndexOutOfBoundsException if a partition has a different schema than the 
> table.



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


[jira] [Updated] (HIVE-15124) Fix OrcInputFormat to use reader's schema for include boolean array

2016-11-23 Thread Owen O'Malley (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-15124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Owen O'Malley updated HIVE-15124:
-
Attachment: HIVE-15124.patch

As reflected in the pull request, I needed to fix some of the expected output 
and another context where the llap server was using the wrong schema for the 
include vector.

> Fix OrcInputFormat to use reader's schema for include boolean array
> ---
>
> Key: HIVE-15124
> URL: https://issues.apache.org/jira/browse/HIVE-15124
> Project: Hive
>  Issue Type: Bug
>  Components: ORC
>Affects Versions: 1.2.1
>Reporter: Owen O'Malley
>Assignee: Owen O'Malley
> Attachments: HIVE-15124.patch, HIVE-15124.patch
>
>
> Currently, the OrcInputFormat uses the file's schema rather than the reader's 
> schema. This means that SchemaEvolution fails with an 
> ArrayIndexOutOfBoundsException if a partition has a different schema than the 
> table.



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


[jira] [Updated] (HIVE-15124) Fix OrcInputFormat to use reader's schema for include boolean array

2016-11-21 Thread Owen O'Malley (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-15124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Owen O'Malley updated HIVE-15124:
-
Attachment: HIVE-15124.patch

This is the patch from the pull request.

> Fix OrcInputFormat to use reader's schema for include boolean array
> ---
>
> Key: HIVE-15124
> URL: https://issues.apache.org/jira/browse/HIVE-15124
> Project: Hive
>  Issue Type: Bug
>  Components: ORC
>Affects Versions: 1.2.1
>Reporter: Owen O'Malley
>Assignee: Owen O'Malley
> Attachments: HIVE-15124.patch
>
>
> Currently, the OrcInputFormat uses the file's schema rather than the reader's 
> schema. This means that SchemaEvolution fails with an 
> ArrayIndexOutOfBoundsException if a partition has a different schema than the 
> table.



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


[jira] [Updated] (HIVE-15124) Fix OrcInputFormat to use reader's schema for include boolean array

2016-11-21 Thread Owen O'Malley (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-15124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Owen O'Malley updated HIVE-15124:
-
Status: Patch Available  (was: Open)

> Fix OrcInputFormat to use reader's schema for include boolean array
> ---
>
> Key: HIVE-15124
> URL: https://issues.apache.org/jira/browse/HIVE-15124
> Project: Hive
>  Issue Type: Bug
>  Components: ORC
>Affects Versions: 1.2.1
>Reporter: Owen O'Malley
>Assignee: Owen O'Malley
>
> Currently, the OrcInputFormat uses the file's schema rather than the reader's 
> schema. This means that SchemaEvolution fails with an 
> ArrayIndexOutOfBoundsException if a partition has a different schema than the 
> table.



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


[jira] [Updated] (HIVE-15124) Fix OrcInputFormat to use reader's schema for include boolean array

2016-11-03 Thread Owen O'Malley (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-15124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Owen O'Malley updated HIVE-15124:
-
Affects Version/s: (was: 2.1.0)
   1.2.1

> Fix OrcInputFormat to use reader's schema for include boolean array
> ---
>
> Key: HIVE-15124
> URL: https://issues.apache.org/jira/browse/HIVE-15124
> Project: Hive
>  Issue Type: Bug
>  Components: ORC
>Affects Versions: 1.2.1
>Reporter: Owen O'Malley
>Assignee: Owen O'Malley
>
> Currently, the OrcInputFormat uses the file's schema rather than the reader's 
> schema. This means that SchemaEvolution fails with an 
> ArrayIndexOutOfBoundsException if a partition has a different schema than the 
> table.



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