You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Prasanth J (JIRA)" <ji...@apache.org> on 2014/03/06 03:42:47 UTC

[jira] [Updated] (HIVE-6562) Protection from exceptions in ORC predicate evaluation

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

Prasanth J updated HIVE-6562:
-----------------------------

    Attachment: HIVE-6562.1.patch

Initial patch. [~owen.omalley]/[~hagleitn] can you please take a look at it?

> Protection from exceptions in ORC predicate evaluation
> ------------------------------------------------------
>
>                 Key: HIVE-6562
>                 URL: https://issues.apache.org/jira/browse/HIVE-6562
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.13.0
>            Reporter: Prasanth J
>            Assignee: Prasanth J
>              Labels: orcfile
>         Attachments: HIVE-6562.1.patch
>
>
> ORC evaluates predicate expressions to select row groups that satisfy predicate condition. There can be exceptions (mostly ClassCastException) when data types of predicate constant and min/max values are different. 
> To avoid this patch catches any such exception and provides a default behaviour i.e; selecting the row group.



--
This message was sent by Atlassian JIRA
(v6.2#6252)