[GitHub] spark pull request #18270: [SPARK-21055][SQL] replace grouping__id with grou...

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

[GitHub] spark pull request #18270: [SPARK-21055][SQL] replace grouping__id with grou...

2017-09-02 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18270#discussion_r136708766 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -954,6 +954,15 @@ class Analyzer( try {

[GitHub] spark pull request #18270: [SPARK-21055][SQL] replace grouping__id with grou...

2017-09-02 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18270#discussion_r136708762 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -863,6 +854,15 @@ class Analyzer( case q:

[GitHub] spark pull request #18270: [SPARK-21055][SQL] replace grouping__id with grou...

2017-09-02 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/18270#discussion_r136708657 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -954,6 +954,15 @@ class Analyzer( try {

[GitHub] spark pull request #18270: [SPARK-21055][SQL] replace grouping__id with grou...

2017-09-02 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/18270#discussion_r136708299 --- Diff: sql/core/src/test/resources/sql-tests/results/group-analytics.sql.out --- @@ -223,12 +223,19 @@ grouping_id() can only be used with

[GitHub] spark pull request #18270: [SPARK-21055][SQL] replace grouping__id with grou...

2017-09-02 Thread cenyuhai
Github user cenyuhai commented on a diff in the pull request: https://github.com/apache/spark/pull/18270#discussion_r136695110 --- Diff: sql/core/src/test/resources/sql-tests/results/group-analytics.sql.out --- @@ -223,12 +223,19 @@ grouping_id() can only be used with

[GitHub] spark pull request #18270: [SPARK-21055][SQL] replace grouping__id with grou...

2017-09-02 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/18270#discussion_r136694895 --- Diff: sql/core/src/test/resources/sql-tests/results/group-analytics.sql.out --- @@ -223,12 +223,19 @@ grouping_id() can only be used with

[GitHub] spark pull request #18270: [SPARK-21055][SQL] replace grouping__id with grou...

2017-08-30 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18270#discussion_r136121931 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala --- @@ -1414,6 +1414,19 @@ class SQLQuerySuite extends

[GitHub] spark pull request #18270: [SPARK-21055][SQL] replace grouping__id with grou...

2017-08-30 Thread cenyuhai
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

[GitHub] spark pull request #18270: [SPARK-21055][SQL] replace grouping__id with grou...

2017-08-30 Thread cenyuhai
Github user cenyuhai closed the pull request at: https://github.com/apache/spark/pull/18270 --- 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

[GitHub] spark pull request #18270: [SPARK-21055][SQL] replace grouping__id with grou...

2017-08-30 Thread cenyuhai
Github user cenyuhai commented on a diff in the pull request: https://github.com/apache/spark/pull/18270#discussion_r136082775 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -954,6 +951,12 @@ class Analyzer( try {

[GitHub] spark pull request #18270: [SPARK-21055][SQL] replace grouping__id with grou...

2017-08-22 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18270#discussion_r134619232 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -954,6 +951,12 @@ class Analyzer( try {

[GitHub] spark pull request #18270: [SPARK-21055][SQL] replace grouping__id with grou...

2017-06-11 Thread cenyuhai
GitHub user cenyuhai opened 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