[GitHub] spark pull request #19573: [SPARK-22350][SQL] select grouping__id from subqu...

2017-10-27 Thread jinxing64
GitHub user jinxing64 reopened a pull request: https://github.com/apache/spark/pull/19573 [SPARK-22350][SQL] select grouping__id from subquery ## What changes were proposed in this pull request? Currently, sql below will fail: ``` SELECT cnt, k2, k3, grouping__id

[GitHub] spark pull request #19573: [SPARK-22350][SQL] select grouping__id from subqu...

2017-10-27 Thread jinxing64
Github user jinxing64 closed the pull request at: https://github.com/apache/spark/pull/19573 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #19573: [SPARK-22350][SQL] select grouping__id from subqu...

2017-10-27 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/19573#discussion_r147344912 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala --- @@ -1497,6 +1497,27 @@ class SQLQuerySuite extends QueryTe

[GitHub] spark pull request #19573: [SPARK-22350][SQL] select grouping__id from subqu...

2017-10-25 Thread jinxing64
GitHub user jinxing64 opened a pull request: https://github.com/apache/spark/pull/19573 [SPARK-22350][SQL] select grouping__id from subquery ## What changes were proposed in this pull request? Currently, sql below will fail: ``` SELECT cnt, k2, k3, grouping__id F