[
https://issues.apache.org/jira/browse/FLINK-36283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
lincoln lee updated FLINK-36283:
--------------------------------
Issue Type: Bug (was: Improvement)
> 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: Bug
> Affects Versions: 2.0-preview
> Reporter: lincoln lee
> Assignee: Dylan He
> Priority: Major
> 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)