[GitHub] spark pull request #18574: [SPARK-21350] [SQL] Fix the error message when th...

2017-07-10 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18574#discussion_r126591307 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/UDFRegistration.scala --- @@ -123,16 +128,20 @@ class UDFRegistration private[sql]

[GitHub] spark pull request #18574: [SPARK-21350] [SQL] Fix the error message when th...

2017-07-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18574 --- 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 #18574: [SPARK-21350] [SQL] Fix the error message when th...

2017-07-10 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18574#discussion_r126587004 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/UDFRegistration.scala --- @@ -123,16 +128,20 @@ class UDFRegistration private[sql]

[GitHub] spark pull request #18574: [SPARK-21350] [SQL] Fix the error message when th...

2017-07-10 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18574#discussion_r126484159 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/FunctionRegistry.scala --- @@ -112,7 +112,12 @@ class

[GitHub] spark pull request #18574: [SPARK-21350] [SQL] Fix the error message when th...

2017-07-10 Thread kiszk
Github user kiszk commented on a diff in the pull request: https://github.com/apache/spark/pull/18574#discussion_r126365395 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/FunctionRegistry.scala --- @@ -112,7 +112,12 @@ class SimpleFunctionRegistry

[GitHub] spark pull request #18574: [SPARK-21350] [SQL] Fix the error message when th...

2017-07-10 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18574#discussion_r126356309 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/FunctionRegistry.scala --- @@ -112,7 +112,12 @@ class

[GitHub] spark pull request #18574: [SPARK-21350] [SQL] Fix the error message when th...

2017-07-10 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18574#discussion_r126349469 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/FunctionRegistry.scala --- @@ -112,7 +112,12 @@ class

[GitHub] spark pull request #18574: [SPARK-21350] [SQL] Fix the error message when th...

2017-07-10 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18574#discussion_r126349037 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/FunctionRegistry.scala --- @@ -112,7 +112,12 @@ class

[GitHub] spark pull request #18574: [SPARK-21350] [SQL] Fix the error message when th...

2017-07-10 Thread kiszk
Github user kiszk commented on a diff in the pull request: https://github.com/apache/spark/pull/18574#discussion_r126343507 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/FunctionRegistry.scala --- @@ -112,7 +112,12 @@ class SimpleFunctionRegistry

[GitHub] spark pull request #18574: [SPARK-21350] [SQL] Fix the error message when th...

2017-07-09 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18574#discussion_r126330636 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/FunctionRegistry.scala --- @@ -112,7 +112,12 @@ class

[GitHub] spark pull request #18574: [SPARK-21350] [SQL] Fix the error message when th...

2017-07-08 Thread gatorsmile
GitHub user gatorsmile opened a pull request: https://github.com/apache/spark/pull/18574 [SPARK-21350] [SQL] Fix the error message when the number of arguments is wrong when invoking a UDF ### What changes were proposed in this pull request? Users get a very confusing error