[jira] [Updated] (HIVE-9857) Create Factorial UDF

2015-03-11 Thread Alexander Pivovarov (JIRA)
[ 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

[jira] [Updated] (HIVE-9857) Create Factorial UDF

2015-03-10 Thread Alexander Pivovarov (JIRA)
[ 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 > -

[jira] [Updated] (HIVE-9857) Create Factorial UDF

2015-03-05 Thread Alexander Pivovarov (JIRA)
[ 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 > > >

[jira] [Updated] (HIVE-9857) Create Factorial UDF

2015-03-04 Thread Alexander Pivovarov (JIRA)
[ 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