GitHub user cenyuhai reopened a pull request:

    https://github.com/apache/spark/pull/18270

    [SPARK-21055][SQL] replace grouping__id with grouping_id()

    ## What changes were proposed in this pull request?
    spark does not support grouping__id, it has grouping_id() instead.
    But it is not convenient for hive user to change to spark-sql
    so this pr is to replace grouping__id with grouping_id()
    hive user need not to alter their scripts
    
    ## How was this patch tested?
    
    test with SQLQuerySuite.scala


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

    $ git pull https://github.com/cenyuhai/spark SPARK-21055

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

    https://github.com/apache/spark/pull/18270.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 #18270
    
----
commit 36ff72a44ad19efe5bcb2fe461a700d4c54f89ef
Author: CenYuhai <yuhai....@ele.me>
Date:   2017-08-30T15:22:13Z

    eplace grouping__id with grouping_id()

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to