[GitHub] spark pull request #18700: [SPARK-21499] [SQL] Support creating persistent f...

2017-08-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18700 --- 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 #18700: [SPARK-21499] [SQL] Support creating persistent f...

2017-08-22 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18700#discussion_r134531796 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala --- @@ -1091,13 +1102,33 @@ class SessionCatalog(

[GitHub] spark pull request #18700: [SPARK-21499] [SQL] Support creating persistent f...

2017-08-22 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18700#discussion_r134531594 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala --- @@ -126,6 +130,13 @@ class SessionCatalog(

[GitHub] spark pull request #18700: [SPARK-21499] [SQL] Support creating persistent f...

2017-08-22 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18700#discussion_r134397113 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala --- @@ -1091,13 +1102,49 @@ class SessionCatalog(

[GitHub] spark pull request #18700: [SPARK-21499] [SQL] Support creating persistent f...

2017-08-22 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18700#discussion_r134396737 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala --- @@ -1091,13 +1102,49 @@ class SessionCatalog(

[GitHub] spark pull request #18700: [SPARK-21499] [SQL] Support creating persistent f...

2017-08-21 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18700#discussion_r134244640 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveSessionCatalog.scala --- @@ -58,44 +58,11 @@ private[sql] class HiveSessionCatalog(

[GitHub] spark pull request #18700: [SPARK-21499] [SQL] Support creating persistent f...

2017-08-21 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18700#discussion_r134237582 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveSessionCatalog.scala --- @@ -58,44 +58,11 @@ private[sql] class HiveSessionCatalog(

[GitHub] spark pull request #18700: [SPARK-21499] [SQL] Support creating persistent f...

2017-08-14 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18700#discussion_r132996396 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala --- @@ -1096,8 +1099,42 @@ class SessionCatalog(

[GitHub] spark pull request #18700: [SPARK-21499] [SQL] Support creating persistent f...

2017-08-14 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18700#discussion_r132994080 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala --- @@ -1096,8 +1099,42 @@ class SessionCatalog(

[GitHub] spark pull request #18700: [SPARK-21499] [SQL] Support creating persistent f...

2017-08-14 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18700#discussion_r132961933 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala --- @@ -1096,8 +1099,42 @@ class SessionCatalog(

[GitHub] spark pull request #18700: [SPARK-21499] [SQL] Support creating persistent f...

2017-08-14 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18700#discussion_r132961262 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala --- @@ -1096,8 +1099,42 @@ class SessionCatalog(

[GitHub] spark pull request #18700: [SPARK-21499] [SQL] Support creating persistent f...

2017-07-21 Thread gatorsmile
GitHub user gatorsmile opened a pull request: https://github.com/apache/spark/pull/18700 [SPARK-21499] [SQL] Support creating persistent function for Spark UDAF(UserDefinedAggregateFunction) ## What changes were proposed in this pull request? This PR is to enable users to