You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Prasanth Jayachandran (JIRA)" <ji...@apache.org> on 2015/04/01 02:58:52 UTC

[jira] [Resolved] (HIVE-10164) LLAP: ORC BIGINT SARGs regressed after Parquet PPD fixes (HIVE-8122)

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

Prasanth Jayachandran resolved HIVE-10164.
------------------------------------------
    Resolution: Invalid

Will be fixed in HIVE-10172

> LLAP: ORC BIGINT SARGs regressed after Parquet PPD fixes (HIVE-8122)
> --------------------------------------------------------------------
>
>                 Key: HIVE-10164
>                 URL: https://issues.apache.org/jira/browse/HIVE-10164
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Gopal V
>            Assignee: Prasanth Jayachandran
>         Attachments: orc-sarg-tostring.png
>
>
> HIVE-8122 seems to have introduced a toString() to the ORC PPD codepath for BIGINT.
> https://github.com/apache/hive/blob/trunk/ql/src/java/org/apache/hadoop/hive/ql/io/sarg/SearchArgumentImpl.java#L162
> {code}
>    private List<Object> getOrcLiteralList() {
>       // no need to cast
> ...
>      List<Object> result = new ArrayList<Object>();
>       for (Object o : literalList) {
>         result.add(Long.valueOf(o.toString()));
>       }
>       return result;
>     }
> {code}
> !orc-sarg-tostring.png!



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