[
https://issues.apache.org/jira/browse/HIVE-9857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Pivovarov updated HIVE-9857:
--
Attachment: HIVE-9857.3.patch
patch #3 - removed dependency on commons-math3 because no o
[
https://issues.apache.org/jira/browse/HIVE-9857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Pivovarov updated HIVE-9857:
--
Attachment: HIVE-9857.2.patch
patch #2 - fix typo
> Create Factorial UDF
> -
[
https://issues.apache.org/jira/browse/HIVE-9857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Pivovarov updated HIVE-9857:
--
Attachment: HIVE-9857.1.patch
patch #1
> Create Factorial UDF
>
>
>
[
https://issues.apache.org/jira/browse/HIVE-9857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Pivovarov updated HIVE-9857:
--
Description:
Function signature: factorial(int a): bigint
For example 5!= 5*4*3*2*1=120