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 2015/11/18 04:59:10 UTC

[jira] [Commented] (HIVE-12055) Create row-by-row shims for the write path

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

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

GitHub user omalley opened a pull request:

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

    HIVE-12055 Stub out the row by row ORC writer.

    Remove the native row by row ORC writer and replace it with stubs that use the vectorized writer.

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

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

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

    https://github.com/apache/hive/pull/56.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 #56
    
----
commit d5bf38f1e9b1021e8be55a18432035407f17460e
Author: Owen O'Malley <om...@apache.org>
Date:   2015-11-11T23:24:03Z

    HIVE-12054. Create vectorized ORC write method.

commit 9bfa63a478cca68cd111b32366226a338e3cc86d
Author: Owen O'Malley <om...@apache.org>
Date:   2015-11-02T17:00:33Z

    HIVE-11890. Create ORC submodue.

commit 605a980045ecb4cfce2a8c915c7ad2c8b591bfb2
Author: Owen O'Malley <om...@apache.org>
Date:   2015-11-13T23:43:59Z

    HIVE-12055. Move WriterImpl over to orc module.

----


> Create row-by-row shims for the write path 
> -------------------------------------------
>
>                 Key: HIVE-12055
>                 URL: https://issues.apache.org/jira/browse/HIVE-12055
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>             Fix For: 2.0.0
>
>         Attachments: HIVE-12055.patch, HIVE-12055.patch
>
>
> As part of removing the row-by-row writer, we'll need to shim out the higher level API (OrcSerde and OrcOutputFormat) so that we maintain backwards compatibility.



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