[ https://issues.apache.org/jira/browse/FLINK-36283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
lincoln lee closed FLINK-36283. ------------------------------- Fix Version/s: 2.0-preview (was: 2.0.0) Resolution: Fixed Fixed in master: cfd532d552008fb10d158707da9e5538d5938a05 > 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 > Labels: pull-request-available > Fix For: 2.0-preview > > > 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)