You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Eugene Koifman (JIRA)" <ji...@apache.org> on 2015/08/25 05:09:45 UTC

[jira] [Updated] (HIVE-11357) ACID enable predicate pushdown for insert-only delta file 2

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

Eugene Koifman updated HIVE-11357:
----------------------------------
    Attachment: HIVE-11357.patch

> ACID enable predicate pushdown for insert-only delta file 2
> -----------------------------------------------------------
>
>                 Key: HIVE-11357
>                 URL: https://issues.apache.org/jira/browse/HIVE-11357
>             Project: Hive
>          Issue Type: Bug
>          Components: Transactions
>    Affects Versions: 1.0.0
>            Reporter: Eugene Koifman
>            Assignee: Eugene Koifman
>         Attachments: HIVE-11357.patch
>
>
> HIVE-11320 missed a case.  That fix enabled PPD for insert-only delta files when a base file is present.  It won't work if only delta files are present.
> see {{OrcInputFormat.getReader(InputSplit inputSplit, Options options)}}
> which only calls {{setSearchArgument()}} if there is a base file.



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