You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by richox <gi...@git.apache.org> on 2018/05/23 06:36:04 UTC

[GitHub] hive pull request #354: HIVE-19653: Incorrect predicate pushdown for groupby...

GitHub user richox opened a pull request:

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

    HIVE-19653: Incorrect predicate pushdown for groupby with grouping sets

    

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

    $ git pull https://github.com/richox/hive master

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

    https://github.com/apache/hive/pull/354.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 #354
    
----
commit ae60a4802d0f9301d737a247ba85ed4cc56d34a7
Author: zhanglirich <zh...@...>
Date:   2018-05-22T13:41:35Z

    HIVE-19653: Incorrect predicate pushdown for groupby with grouping sets

----


---