[GitHub] spark pull request #16049: [SPARK-16282][SQL] Follow-up: remove "percentile"...

2016-11-28 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/spark/pull/16049


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request #16049: [SPARK-16282][SQL] Follow-up: remove "percentile"...

2016-11-28 Thread lins05
GitHub user lins05 opened a pull request:

https://github.com/apache/spark/pull/16049

[SPARK-16282][SQL] Follow-up: remove "percentile" from temp function 
detection after implementing it natively

## What changes were proposed in this pull request?

In #15764 we added a mechanism to detect if a function is temporary or not. 
Hive functions are treated as non-temporary. Of the three hive functions, now 
"percentile" has been implemented natively, and "hash" has been removed. So we 
should update the list.

## How was this patch tested?

Unit tests.

Please review http://spark.apache.org/contributing.html before opening a 
pull request.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/lins05/spark 
update-temp-function-detect-hive-list

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/spark/pull/16049.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #16049


commit 1a8d949fc42487ac4b2f303fdcf683bc223b22ac
Author: Shuai Lin 
Date:   2016-11-29T01:31:40Z

[SPARK-16282][SQL] Follow-up: remove "percentile" from temp function 
detection after implementing it natively




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org