[GitHub] spark pull request #14236: [SPARK-16588][SQL] Missed API fix for a function ...

2016-07-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/14236 --- 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 ena

[GitHub] spark pull request #14236: [SPARK-16588][SQL] Missed API fix for a function ...

2016-07-17 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/14236#discussion_r71101740 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/functions.scala --- @@ -977,7 +977,10 @@ object functions { * * @group normal_funcs

[GitHub] spark pull request #14236: [SPARK-16588][SQL] Missed API fix for a function ...

2016-07-17 Thread HyukjinKwon
GitHub user HyukjinKwon opened a pull request: https://github.com/apache/spark/pull/14236 [SPARK-16588][SQL] Missed API fix for a function name mismatched between FunctionRegistry and functions.scala ## What changes were proposed in this pull request? It seems the function