[jira] [Updated] (HIVE-9358) Create LAST_DAY UDF

2015-02-08 Thread Alexander Pivovarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Pivovarov updated HIVE-9358:
--
Fix Version/s: 1.1.0

 Create LAST_DAY UDF
 ---

 Key: HIVE-9358
 URL: https://issues.apache.org/jira/browse/HIVE-9358
 Project: Hive
  Issue Type: Improvement
  Components: UDF
Reporter: Alexander Pivovarov
Assignee: Alexander Pivovarov
 Fix For: 0.15.0, 1.1.0

 Attachments: HIVE-9358.1.patch, HIVE-9358.2.patch


 LAST_DAY returns the date of the last day of the month that contains date:
 last_day('2015-01-14') = '2015-01-31'
 last_day('2016-02-01') = '2016-02-29'
 last_day function went from oracle  
 http://docs.oracle.com/cd/B19306_01/server.102/b14200/functions072.htm



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-9358) Create LAST_DAY UDF

2015-02-08 Thread Alexander Pivovarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Pivovarov updated HIVE-9358:
--
  Labels:   (was: TODOC15)
Release Note: Returns the last day of the month which the date belongs to.

 Create LAST_DAY UDF
 ---

 Key: HIVE-9358
 URL: https://issues.apache.org/jira/browse/HIVE-9358
 Project: Hive
  Issue Type: Improvement
  Components: UDF
Reporter: Alexander Pivovarov
Assignee: Alexander Pivovarov
 Fix For: 0.15.0

 Attachments: HIVE-9358.1.patch, HIVE-9358.2.patch


 LAST_DAY returns the date of the last day of the month that contains date:
 last_day('2015-01-14') = '2015-01-31'
 last_day('2016-02-01') = '2016-02-29'
 last_day function went from oracle  
 http://docs.oracle.com/cd/B19306_01/server.102/b14200/functions072.htm



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-9358) Create LAST_DAY UDF

2015-01-20 Thread Lefty Leverenz (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lefty Leverenz updated HIVE-9358:
-
Labels: TODOC15  (was: )

 Create LAST_DAY UDF
 ---

 Key: HIVE-9358
 URL: https://issues.apache.org/jira/browse/HIVE-9358
 Project: Hive
  Issue Type: Improvement
  Components: UDF
Reporter: Alexander Pivovarov
Assignee: Alexander Pivovarov
  Labels: TODOC15
 Fix For: 0.15.0

 Attachments: HIVE-9358.1.patch, HIVE-9358.2.patch


 LAST_DAY returns the date of the last day of the month that contains date:
 last_day('2015-01-14') = '2015-01-31'
 last_day('2016-02-01') = '2016-02-29'
 last_day function went from oracle  
 http://docs.oracle.com/cd/B19306_01/server.102/b14200/functions072.htm



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-9358) Create LAST_DAY UDF

2015-01-19 Thread Jason Dere (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason Dere updated HIVE-9358:
-
   Resolution: Fixed
Fix Version/s: 0.15.0
   Status: Resolved  (was: Patch Available)

Committed to trunk

 Create LAST_DAY UDF
 ---

 Key: HIVE-9358
 URL: https://issues.apache.org/jira/browse/HIVE-9358
 Project: Hive
  Issue Type: Improvement
  Components: UDF
Reporter: Alexander Pivovarov
Assignee: Alexander Pivovarov
 Fix For: 0.15.0

 Attachments: HIVE-9358.1.patch, HIVE-9358.2.patch


 LAST_DAY returns the date of the last day of the month that contains date:
 last_day('2015-01-14') = '2015-01-31'
 last_day('2016-02-01') = '2016-02-29'
 last_day function went from oracle  
 http://docs.oracle.com/cd/B19306_01/server.102/b14200/functions072.htm



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-9358) Create LAST_DAY UDF

2015-01-15 Thread Alexander Pivovarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Pivovarov updated HIVE-9358:
--
Attachment: HIVE-9358.2.patch

HIVE-9358.2.patch 
- added licence
- added tests with timestamp
- fixed typo in UDF class annotation and out files.

 Create LAST_DAY UDF
 ---

 Key: HIVE-9358
 URL: https://issues.apache.org/jira/browse/HIVE-9358
 Project: Hive
  Issue Type: Improvement
  Components: UDF
Reporter: Alexander Pivovarov
Assignee: Alexander Pivovarov
 Attachments: HIVE-9358.1.patch, HIVE-9358.2.patch


 LAST_DAY returns the date of the last day of the month that contains date:
 last_day('2015-01-14') = '2015-01-31'
 last_day('2016-02-01') = '2016-02-29'
 last_day function went from oracle  
 http://docs.oracle.com/cd/B19306_01/server.102/b14200/functions072.htm



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-9358) Create LAST_DAY UDF

2015-01-15 Thread Alexander Pivovarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Pivovarov updated HIVE-9358:
--
Status: Patch Available  (was: In Progress)

 Create LAST_DAY UDF
 ---

 Key: HIVE-9358
 URL: https://issues.apache.org/jira/browse/HIVE-9358
 Project: Hive
  Issue Type: Improvement
  Components: UDF
Reporter: Alexander Pivovarov
Assignee: Alexander Pivovarov
 Attachments: HIVE-9358.1.patch, HIVE-9358.2.patch


 LAST_DAY returns the date of the last day of the month that contains date:
 last_day('2015-01-14') = '2015-01-31'
 last_day('2016-02-01') = '2016-02-29'
 last_day function went from oracle  
 http://docs.oracle.com/cd/B19306_01/server.102/b14200/functions072.htm



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-9358) Create LAST_DAY UDF

2015-01-15 Thread Alexander Pivovarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Pivovarov updated HIVE-9358:
--
Status: In Progress  (was: Patch Available)

 Create LAST_DAY UDF
 ---

 Key: HIVE-9358
 URL: https://issues.apache.org/jira/browse/HIVE-9358
 Project: Hive
  Issue Type: Improvement
  Components: UDF
Reporter: Alexander Pivovarov
Assignee: Alexander Pivovarov
 Attachments: HIVE-9358.1.patch


 LAST_DAY returns the date of the last day of the month that contains date:
 last_day('2015-01-14') = '2015-01-31'
 last_day('2016-02-01') = '2016-02-29'
 last_day function went from oracle  
 http://docs.oracle.com/cd/B19306_01/server.102/b14200/functions072.htm



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-9358) Create LAST_DAY UDF

2015-01-13 Thread Alexander Pivovarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Pivovarov updated HIVE-9358:
--
Attachment: HIVE-9358.1.patch

 Create LAST_DAY UDF
 ---

 Key: HIVE-9358
 URL: https://issues.apache.org/jira/browse/HIVE-9358
 Project: Hive
  Issue Type: Improvement
  Components: UDF
Reporter: Alexander Pivovarov
Assignee: Alexander Pivovarov
 Attachments: HIVE-9358.1.patch


 LAST_DAY returns the date of the last day of the month that contains date:
 last_day('2015-01-14') = '2015-01-31'
 last_day('2016-02-01') = '2016-02-29'
 last_day function went from oracle  
 http://docs.oracle.com/cd/B19306_01/server.102/b14200/functions072.htm



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-9358) Create LAST_DAY UDF

2015-01-13 Thread Alexander Pivovarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Pivovarov updated HIVE-9358:
--
Status: Patch Available  (was: In Progress)

 Create LAST_DAY UDF
 ---

 Key: HIVE-9358
 URL: https://issues.apache.org/jira/browse/HIVE-9358
 Project: Hive
  Issue Type: Improvement
  Components: UDF
Reporter: Alexander Pivovarov
Assignee: Alexander Pivovarov
 Attachments: HIVE-9358.1.patch


 LAST_DAY returns the date of the last day of the month that contains date:
 last_day('2015-01-14') = '2015-01-31'
 last_day('2016-02-01') = '2016-02-29'
 last_day function went from oracle  
 http://docs.oracle.com/cd/B19306_01/server.102/b14200/functions072.htm



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-9358) Create LAST_DAY UDF

2015-01-13 Thread Alexander Pivovarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Pivovarov updated HIVE-9358:
--
Description: 
LAST_DAY returns the date of the last day of the month that contains date:
last_day('2015-01-14') = '2015-01-31'
last_day('2016-02-01') = '2016-02-29'

last_day function went from oracle  
http://docs.oracle.com/cd/B19306_01/server.102/b14200/functions072.htm

  was:
LAST_DAY returns the date of the last day of the month that contains date:
last_day('2015-01-14') = '2015-01-31'
last_day('2016-02-01') = '2016-02-29'


 Create LAST_DAY UDF
 ---

 Key: HIVE-9358
 URL: https://issues.apache.org/jira/browse/HIVE-9358
 Project: Hive
  Issue Type: Improvement
  Components: UDF
Reporter: Alexander Pivovarov
Assignee: Alexander Pivovarov

 LAST_DAY returns the date of the last day of the month that contains date:
 last_day('2015-01-14') = '2015-01-31'
 last_day('2016-02-01') = '2016-02-29'
 last_day function went from oracle  
 http://docs.oracle.com/cd/B19306_01/server.102/b14200/functions072.htm



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-9358) Create LAST_DAY UDF

2015-01-12 Thread Alexander Pivovarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Pivovarov updated HIVE-9358:
--
Description: 
LAST_DAY returns the date of the last day of the month that contains date:
last_day('2015-01-14') = '2015-01-31'
last_day('2016-02-01') = '2016-02-29'

  was:LAST_DAY returns the date of the last day of the month that contains date


 Create LAST_DAY UDF
 ---

 Key: HIVE-9358
 URL: https://issues.apache.org/jira/browse/HIVE-9358
 Project: Hive
  Issue Type: Improvement
  Components: UDF
Reporter: Alexander Pivovarov
Assignee: Alexander Pivovarov

 LAST_DAY returns the date of the last day of the month that contains date:
 last_day('2015-01-14') = '2015-01-31'
 last_day('2016-02-01') = '2016-02-29'



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)