[
https://issues.apache.org/jira/browse/HIVE-12719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ganesha Shreedhara updated HIVE-12719:
--------------------------------------
Attachment: HIVE-12719.patch
Currently window function name is getting formed as dbName+ "."
+WINDOW_FUNC_PREFIX+functionName where as function registry as function name as
WINDOW_FUNC_PREFIX+dbName+ "." +functionName. This is leading to invalid
function error when we use permanent function with window function. I have
corrected the way we form window function name to WINDOW_FUNC_PREFIX+dbName+
"." +functionName so that it matches with the name in function registry.
> As a hive user, I am facing issues using permanent UDAF's.
> ----------------------------------------------------------
>
> Key: HIVE-12719
> URL: https://issues.apache.org/jira/browse/HIVE-12719
> Project: Hive
> Issue Type: Bug
> Components: Hive
> Affects Versions: 1.2.1
> Reporter: Surbhit
> Assignee: Ganesha Shreedhara
> Priority: Major
> Attachments: HIVE-12719.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)