[GitHub] spark pull request #15487: [SPARK-17940][SQL] Fixed a typo in LAST function ...

2016-10-27 Thread lins05
Github user lins05 closed the pull request at: https://github.com/apache/spark/pull/15487 --- 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 #15487: [SPARK-17940][SQL] Fixed a typo in LAST function ...

2016-10-16 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/15487#discussion_r83565121 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/Last.scala --- @@ -29,15 +29,18 @@ import

[GitHub] spark pull request #15487: [SPARK-17940][SQL] Fixed a typo in LAST function ...

2016-10-16 Thread lins05
Github user lins05 commented on a diff in the pull request: https://github.com/apache/spark/pull/15487#discussion_r83551685 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/Last.scala --- @@ -29,15 +29,18 @@ import

[GitHub] spark pull request #15487: [SPARK-17940][SQL] Fixed a typo in LAST function ...

2016-10-14 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/15487#discussion_r83470770 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/Last.scala --- @@ -29,15 +29,18 @@ import

[GitHub] spark pull request #15487: [SPARK-17940][SQL] Fixed a typo in LAST function ...

2016-10-14 Thread lins05
GitHub user lins05 opened a pull request: https://github.com/apache/spark/pull/15487 [SPARK-17940][SQL] Fixed a typo in LAST function and improved its usage string ## What changes were proposed in this pull request? * Fixed a a typo in the LAST function error message *