[jira] [Updated] (HIVE-9593) ORC Reader should ignore unknown metadata streams

2015-02-05 Thread Owen O'Malley (JIRA)

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

Owen O'Malley updated HIVE-9593:

Status: Patch Available  (was: Open)

> ORC Reader should ignore unknown metadata streams 
> --
>
> Key: HIVE-9593
> URL: https://issues.apache.org/jira/browse/HIVE-9593
> Project: Hive
>  Issue Type: Bug
>  Components: File Formats
>Affects Versions: 0.13.1, 0.12.0, 0.11.0, 1.0.0, 1.2.0, 1.1.0
>Reporter: Gopal V
>Assignee: Owen O'Malley
> Attachments: hive-9593.patch
>
>
> ORC readers should ignore metadata streams which are non-essential additions 
> to the main data streams.
> This will include additional indices, histograms or anything we add as an 
> optional stream.



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


[jira] [Updated] (HIVE-9593) ORC Reader should ignore unknown metadata streams

2015-02-05 Thread Owen O'Malley (JIRA)

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

Owen O'Malley updated HIVE-9593:

Attachment: hive-9593.patch

This patch changes all of the required fields to be optional. I've gone through 
the current code to ensure that null pointers from getKind() won't cause NPE.

> ORC Reader should ignore unknown metadata streams 
> --
>
> Key: HIVE-9593
> URL: https://issues.apache.org/jira/browse/HIVE-9593
> Project: Hive
>  Issue Type: Bug
>  Components: File Formats
>Affects Versions: 0.11.0, 0.12.0, 0.13.1, 1.0.0, 1.2.0, 1.1.0
>Reporter: Gopal V
>Assignee: Owen O'Malley
> Attachments: hive-9593.patch
>
>
> ORC readers should ignore metadata streams which are non-essential additions 
> to the main data streams.
> This will include additional indices, histograms or anything we add as an 
> optional stream.



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


[jira] [Updated] (HIVE-9593) ORC Reader should ignore unknown metadata streams

2015-02-11 Thread Gopal V (JIRA)

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

Gopal V updated HIVE-9593:
--
Attachment: HIVE-9593.no-autogen.patch

Rebased to trunk (minus the autogen code) for application to other branches.

> ORC Reader should ignore unknown metadata streams 
> --
>
> Key: HIVE-9593
> URL: https://issues.apache.org/jira/browse/HIVE-9593
> Project: Hive
>  Issue Type: Bug
>  Components: File Formats
>Affects Versions: 0.11.0, 0.12.0, 0.13.1, 1.0.0, 1.2.0, 1.1.0
>Reporter: Gopal V
>Assignee: Owen O'Malley
> Attachments: HIVE-9593.no-autogen.patch, hive-9593.patch
>
>
> ORC readers should ignore metadata streams which are non-essential additions 
> to the main data streams.
> This will include additional indices, histograms or anything we add as an 
> optional stream.



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


[jira] [Updated] (HIVE-9593) ORC Reader should ignore unknown metadata streams

2015-02-11 Thread Owen O'Malley (JIRA)

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

Owen O'Malley updated HIVE-9593:

   Resolution: Fixed
Fix Version/s: 1.1.0
   1.0.1
   Status: Resolved  (was: Patch Available)

I committed this. Thanks for the review, Gopal!

> ORC Reader should ignore unknown metadata streams 
> --
>
> Key: HIVE-9593
> URL: https://issues.apache.org/jira/browse/HIVE-9593
> Project: Hive
>  Issue Type: Bug
>  Components: File Formats
>Affects Versions: 0.11.0, 0.12.0, 0.13.1, 1.0.0, 1.2.0, 1.1.0
>Reporter: Gopal V
>Assignee: Owen O'Malley
> Fix For: 1.0.1, 1.1.0
>
> Attachments: HIVE-9593.no-autogen.patch, hive-9593.patch
>
>
> ORC readers should ignore metadata streams which are non-essential additions 
> to the main data streams.
> This will include additional indices, histograms or anything we add as an 
> optional stream.



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