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

[jira] [Comment Edited] (HIVE-11385) LLAP: clean up ORC dependencies - move encoded reader path into a cloned ReaderImpl

    [ https://issues.apache.org/jira/browse/HIVE-11385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14662255#comment-14662255 ] 

Sergey Shelukhin edited comment on HIVE-11385 at 8/7/15 6:50 PM:
-----------------------------------------------------------------

note: EncodedOrcFile, and new encoded.Reader and encoded.ReaderImpl are added (they are, respectively, a 1-method factory, and sub-classes of corresponding Reader/Impl in ORC that add one method). The rest of the files are just moved, so you can ignore the deletes/additions with respect to content, as well as any import changes; moved to either the new "orc.encoded" package (renamed from "orc.llap"), or the storage-api module.
I also moved DiskRange to storage-api from common, since ORC depends on it, not sure why it wasn't moved on master.
[~prasanth_j]


was (Author: sershe):
note: EncodedOrcFile, and new encoded.Reader and encoded.ReaderImpl are added (they are, respectively, a 1-method factory, and sub-classes of corresponding Reader/Impl in ORC that add one method. The rest of the files are just moved, so you can ignore the deletes/additions with respect to content, as well as any import changes; moved to either the new "orc.encoded" package (renamed from "orc.llap"), or the storage-api module.
I also moved DiskRange to storage-api from common, since ORC depends on it, not sure why it wasn't moved on master.

> LLAP: clean up ORC dependencies - move encoded reader path into a cloned ReaderImpl
> -----------------------------------------------------------------------------------
>
>                 Key: HIVE-11385
>                 URL: https://issues.apache.org/jira/browse/HIVE-11385
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Sergey Shelukhin
>            Assignee: Sergey Shelukhin
>         Attachments: HIVE-11385.01.patch, HIVE-11385.patch
>
>
> Before there's storage handler module, we can clean some things up
> NO PRECOMMIT TESTS



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