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 2017/09/14 13:53:58 UTC

[GitHub] hive pull request #251: HIVE-14836: Test the predicate pushing down support ...

GitHub user winningsix opened a pull request:

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

    HIVE-14836: Test the predicate pushing down support for Parquet vecto…

    …rization read path
    
    Add more unit test for Predicate pushing down for Parquet Vectorization.

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

    $ git pull https://github.com/winningsix/hive HIVE-14836

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

    https://github.com/apache/hive/pull/251.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 #251
    
----
commit d6a0fc65bea35db9f557bca923838a8bfd7266dc
Author: Ferdinand Xu <ch...@intel.com>
Date:   2017-09-14T13:50:57Z

    HIVE-14836: Test the predicate pushing down support for Parquet vectorization read path

----


---