Skip to content
Snippets Groups Projects
Commit a0c1c699 authored by Shuai Lin's avatar Shuai Lin Committed by gatorsmile
Browse files

[SPARK-16282][SQL] Follow-up: remove "percentile" from temp function detection...

[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.

Author: Shuai Lin <linshuai2012@gmail.com>

Closes #16049 from lins05/update-temp-function-detect-hive-list.

(cherry picked from commit e64a2047)
Signed-off-by: default avatargatorsmile <gatorsmile@gmail.com>
parent c46928ff
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment