You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/12/17 00:29:58 UTC

[jira] [Commented] (HIVE-15419) Separate out storage-api to be released independently

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

ASF GitHub Bot commented on HIVE-15419:
---------------------------------------

GitHub user omalley opened a pull request:

    https://github.com/apache/hive/pull/125

    HIVE-15419 Separate storage-api so that it can be released separately.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/omalley/hive hive-15419

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/hive/pull/125.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #125
    
----
commit 3a6ad18baa4dd9d13543200a01e15a374609c561
Author: Owen O'Malley <om...@apache.org>
Date:   2016-07-10T17:08:57Z

    HIVE-14007. Replace hive-orc module with ORC 1.2.3 release.

commit 2f2c89e3017f4740c5645e672d2cee5b770ffa54
Author: Owen O'Malley <om...@apache.org>
Date:   2016-12-17T00:11:02Z

    HIVE-15419. Separate storage-api to be released independently.

----


> Separate out storage-api to be released independently
> -----------------------------------------------------
>
>                 Key: HIVE-15419
>                 URL: https://issues.apache.org/jira/browse/HIVE-15419
>             Project: Hive
>          Issue Type: Task
>          Components: storage-api
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>         Attachments: HIVE-15419.patch
>
>
> Currently, the Hive project releases a single monolithic release, but this makes file formats reading directly into Hive's vector row batches a circular dependence. Storage-api is a small module with the vectorized row batches and SearchArgument that are necessary for efficient vectorized read and write. By releasing storage-api independently, we can make an interface that the file formats can read and write from.



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