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/11/10 03:26:58 UTC

[jira] [Commented] (HIVE-15112) Implement Parquet vectorization reader for Struct type

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

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

GitHub user winningsix opened a pull request:

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

    HIVE-15112 Implement Parquet vectorization reader for Struct type

    Patch includes:
    1. support for struct type
    2. UT refine
    
    To be done:
    QTest for struct type

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

    $ git pull https://github.com/winningsix/hive complex_types

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

    https://github.com/apache/hive/pull/113.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 #113
    
----
commit 37f50c7629b5ef2a8fb6e9f63caaec6223abf308
Author: Ferdinand Xu <ch...@intel.com>
Date:   2016-09-01T22:15:31Z

    HIVE-14815: Support vectorization for Parquet
    
    clean code and add qtest
    
    Refine code
    
    Clean code
    
    Clean up code
    
    Clean up
    
    clean up code
    
    Update qfile output files
    
    Clean up code
    
    Address comments
    
    Avoid creating new HiveDecimalWritable object
    
    Address more comments
    
    Remove unused imports
    
    Address further comments
    
    Fix NPE
    
    Fix for failed cases

commit 891b219838e4978f2eb4d41c0016214d44cc1bb7
Author: Ferdinand Xu <ch...@intel.com>
Date:   2016-11-07T06:10:16Z

    HIVE-15112: Implement Parquet vectorization reader for Complex types

commit 26e513a2ac67dcfb05875e6ad7ba07f158be9073
Author: Ferdinand Xu <ch...@intel.com>
Date:   2016-11-09T19:49:46Z

    Refactor UT

----


> Implement Parquet vectorization reader for Struct type
> ------------------------------------------------------
>
>                 Key: HIVE-15112
>                 URL: https://issues.apache.org/jira/browse/HIVE-15112
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Ferdinand Xu
>            Assignee: Ferdinand Xu
>
> Like HIVE-14815, we need support Parquet vectorized reader for struct type.



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