lincoln lee created FLINK-36283:
-----------------------------------
Summary: The new PERCENTILE function doesn't follow user function
first behavior when it encounters a user function with same name
Key: FLINK-36283
URL: https://issues.apache.org/jira/browse/FLINK-36283
Project: Flink
Issue Type: Improvement
Affects Versions: 2.0-preview
Reporter: lincoln lee
Assignee: Dylan He
Fix For: 2.0.0
The new PERCENTILE function doesn't follow user function first behavior when it
encounters a user function with same name, e.g., user create a temporary
function named
`percentile`, the following query should use user's function instead of builtin
one:
{code}
select percentile(...)
{code}
This was mentioned during the review but lost the final check, we should fix it.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)