[GitHub] spark pull request #14546: [SPARK-16955][SQL] Using ordinals in ORDER BY and...

2016-08-12 Thread dongjoon-hyun
Github user dongjoon-hyun closed the pull request at: https://github.com/apache/spark/pull/14546 --- 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

[GitHub] spark pull request #14546: [SPARK-16955][SQL] Using ordinals in ORDER BY and...

2016-08-10 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/14546#discussion_r74353994 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -1252,7 +1257,9 @@ class Analyzer(

[GitHub] spark pull request #14546: [SPARK-16955][SQL] Using ordinals in ORDER BY and...

2016-08-10 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/14546#discussion_r74353789 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -731,6 +731,11 @@ class Analyzer( }

[GitHub] spark pull request #14546: [SPARK-16955][SQL] Using ordinals in ORDER BY and...

2016-08-10 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/14546#discussion_r74353698 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -731,6 +731,11 @@ class Analyzer( }

[GitHub] spark pull request #14546: [SPARK-16955][SQL] Using ordinals in ORDER BY and...

2016-08-10 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/14546#discussion_r74215625 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -1252,7 +1252,9 @@ class Analyzer(

[GitHub] spark pull request #14546: [SPARK-16955][SQL] Using ordinals in ORDER BY and...

2016-08-10 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/14546#discussion_r74214115 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -1252,7 +1252,9 @@ class Analyzer(

[GitHub] spark pull request #14546: [SPARK-16955][SQL] Using ordinals in ORDER BY and...

2016-08-08 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/14546#discussion_r73999422 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -1252,7 +1252,9 @@ class Analyzer(

[GitHub] spark pull request #14546: [SPARK-16955][SQL] Using ordinals in ORDER BY and...

2016-08-08 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/14546#discussion_r73998920 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -1252,7 +1252,9 @@ class Analyzer(

[GitHub] spark pull request #14546: [SPARK-16955][SQL] Using ordinals in ORDER BY and...

2016-08-08 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/14546#discussion_r73998693 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -1252,7 +1252,9 @@ class Analyzer(

[GitHub] spark pull request #14546: [SPARK-16955][SQL] Using ordinals in ORDER BY and...

2016-08-08 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/14546#discussion_r73997535 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -1252,7 +1252,9 @@ class Analyzer(

[GitHub] spark pull request #14546: [SPARK-16955][SQL] Using ordinals in ORDER BY and...

2016-08-08 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/14546#discussion_r73994581 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -1252,7 +1252,8 @@ class Analyzer(

[GitHub] spark pull request #14546: [SPARK-16955][SQL] Using ordinals in ORDER BY and...

2016-08-08 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/14546#discussion_r73990474 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -1252,7 +1252,8 @@ class Analyzer(

[GitHub] spark pull request #14546: [SPARK-16955][SQL] Using ordinals in ORDER BY and...

2016-08-08 Thread dongjoon-hyun
GitHub user dongjoon-hyun opened a pull request: https://github.com/apache/spark/pull/14546 [SPARK-16955][SQL] Using ordinals in ORDER BY and GROUP BY causes an analysis error ## What changes were proposed in this pull request? Spark supports `ordinal` in GROUP BY and