You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by winningsix <gi...@git.apache.org> on 2016/09/22 07:21:41 UTC

[GitHub] hive pull request #104: HIVE-14815: Support vectorization for Parquet

GitHub user winningsix opened a pull request:

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

    HIVE-14815: Support vectorization for Parquet

    This patch includes the following changes:
    1. Implement a vectorized Page reader which support dictionary and RLE encoding.
    2. Enable vectorization for Parquet input format.
    3. Support several data types
    This is a WIP jira.

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

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

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

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

    HIVE-14815: Support vectorization for Parquet

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] hive pull request #104: Implement Parquet vectorization reader for Primitive...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---