[jira] [Updated] (HIVE-15975) Support the MOD function

2017-03-09 Thread Lefty Leverenz (JIRA)

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

Lefty Leverenz updated HIVE-15975:
--
Labels: TODOC2.2  (was: )

> Support the MOD function
> 
>
> Key: HIVE-15975
> URL: https://issues.apache.org/jira/browse/HIVE-15975
> Project: Hive
>  Issue Type: Sub-task
>  Components: SQL
>Reporter: Carter Shanklin
>Assignee: Teddy Choi
>  Labels: TODOC2.2
> Fix For: 2.2.0
>
> Attachments: HIVE-15975.1.patch, HIVE-15975.2.patch, 
> HIVE-15975.3.patch, HIVE-15975.4.patch
>
>
> SQL defines the mod expression as a function allowing 2 numeric value 
> expressions. Hive allows the infix notation using %. It would be good for 
> Hive to support the standard approach as well. SQL standard reference T441



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-15975) Support the MOD function

2017-03-09 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan updated HIVE-15975:

   Resolution: Fixed
Fix Version/s: 2.2.0
   Status: Resolved  (was: Patch Available)

Pushed to master. Thanks, Teddy!

> Support the MOD function
> 
>
> Key: HIVE-15975
> URL: https://issues.apache.org/jira/browse/HIVE-15975
> Project: Hive
>  Issue Type: Sub-task
>  Components: SQL
>Reporter: Carter Shanklin
>Assignee: Teddy Choi
> Fix For: 2.2.0
>
> Attachments: HIVE-15975.1.patch, HIVE-15975.2.patch, 
> HIVE-15975.3.patch, HIVE-15975.4.patch
>
>
> SQL defines the mod expression as a function allowing 2 numeric value 
> expressions. Hive allows the infix notation using %. It would be good for 
> Hive to support the standard approach as well. SQL standard reference T441



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-15975) Support the MOD function

2017-03-02 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan updated HIVE-15975:

Status: Patch Available  (was: Open)

> Support the MOD function
> 
>
> Key: HIVE-15975
> URL: https://issues.apache.org/jira/browse/HIVE-15975
> Project: Hive
>  Issue Type: Sub-task
>  Components: SQL
>Reporter: Carter Shanklin
>Assignee: Teddy Choi
> Attachments: HIVE-15975.1.patch, HIVE-15975.2.patch, 
> HIVE-15975.3.patch, HIVE-15975.4.patch
>
>
> SQL defines the mod expression as a function allowing 2 numeric value 
> expressions. Hive allows the infix notation using %. It would be good for 
> Hive to support the standard approach as well. SQL standard reference T441



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-15975) Support the MOD function

2017-03-02 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan updated HIVE-15975:

Status: Open  (was: Patch Available)

> Support the MOD function
> 
>
> Key: HIVE-15975
> URL: https://issues.apache.org/jira/browse/HIVE-15975
> Project: Hive
>  Issue Type: Sub-task
>  Components: SQL
>Reporter: Carter Shanklin
>Assignee: Teddy Choi
> Attachments: HIVE-15975.1.patch, HIVE-15975.2.patch, 
> HIVE-15975.3.patch, HIVE-15975.4.patch
>
>
> SQL defines the mod expression as a function allowing 2 numeric value 
> expressions. Hive allows the infix notation using %. It would be good for 
> Hive to support the standard approach as well. SQL standard reference T441



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-15975) Support the MOD function

2017-02-28 Thread Teddy Choi (JIRA)

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

Teddy Choi updated HIVE-15975:
--
Status: Patch Available  (was: Open)

> Support the MOD function
> 
>
> Key: HIVE-15975
> URL: https://issues.apache.org/jira/browse/HIVE-15975
> Project: Hive
>  Issue Type: Sub-task
>  Components: SQL
>Reporter: Carter Shanklin
>Assignee: Teddy Choi
> Attachments: HIVE-15975.1.patch, HIVE-15975.2.patch, 
> HIVE-15975.3.patch, HIVE-15975.4.patch
>
>
> SQL defines the mod expression as a function allowing 2 numeric value 
> expressions. Hive allows the infix notation using %. It would be good for 
> Hive to support the standard approach as well. SQL standard reference T441



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-15975) Support the MOD function

2017-02-27 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan updated HIVE-15975:

Status: Open  (was: Patch Available)

[~teddy.choi] I think you missed git add GenericUDFOpMod.java

> Support the MOD function
> 
>
> Key: HIVE-15975
> URL: https://issues.apache.org/jira/browse/HIVE-15975
> Project: Hive
>  Issue Type: Sub-task
>  Components: SQL
>Reporter: Carter Shanklin
>Assignee: Teddy Choi
> Attachments: HIVE-15975.1.patch, HIVE-15975.2.patch, 
> HIVE-15975.3.patch, HIVE-15975.4.patch
>
>
> SQL defines the mod expression as a function allowing 2 numeric value 
> expressions. Hive allows the infix notation using %. It would be good for 
> Hive to support the standard approach as well. SQL standard reference T441



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-15975) Support the MOD function

2017-02-26 Thread Teddy Choi (JIRA)

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

Teddy Choi updated HIVE-15975:
--
Attachment: HIVE-15975.4.patch

- Fixed udf_length.q error
- Applied synonyms changes in udf_modulo.q.out.

> Support the MOD function
> 
>
> Key: HIVE-15975
> URL: https://issues.apache.org/jira/browse/HIVE-15975
> Project: Hive
>  Issue Type: Sub-task
>  Components: SQL
>Reporter: Carter Shanklin
>Assignee: Teddy Choi
> Attachments: HIVE-15975.1.patch, HIVE-15975.2.patch, 
> HIVE-15975.3.patch, HIVE-15975.4.patch
>
>
> SQL defines the mod expression as a function allowing 2 numeric value 
> expressions. Hive allows the infix notation using %. It would be good for 
> Hive to support the standard approach as well. SQL standard reference T441



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-15975) Support the MOD function

2017-02-26 Thread Teddy Choi (JIRA)

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

Teddy Choi updated HIVE-15975:
--
Attachment: HIVE-15975.3.patch

Renamed mod.q to udf_mod.q

> Support the MOD function
> 
>
> Key: HIVE-15975
> URL: https://issues.apache.org/jira/browse/HIVE-15975
> Project: Hive
>  Issue Type: Sub-task
>  Components: SQL
>Reporter: Carter Shanklin
>Assignee: Teddy Choi
> Attachments: HIVE-15975.1.patch, HIVE-15975.2.patch, 
> HIVE-15975.3.patch
>
>
> SQL defines the mod expression as a function allowing 2 numeric value 
> expressions. Hive allows the infix notation using %. It would be good for 
> Hive to support the standard approach as well. SQL standard reference T441



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-15975) Support the MOD function

2017-02-25 Thread Teddy Choi (JIRA)

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

Teddy Choi updated HIVE-15975:
--
Attachment: HIVE-15975.2.patch

Added mod.q.out

> Support the MOD function
> 
>
> Key: HIVE-15975
> URL: https://issues.apache.org/jira/browse/HIVE-15975
> Project: Hive
>  Issue Type: Sub-task
>  Components: SQL
>Reporter: Carter Shanklin
>Assignee: Teddy Choi
> Attachments: HIVE-15975.1.patch, HIVE-15975.2.patch
>
>
> SQL defines the mod expression as a function allowing 2 numeric value 
> expressions. Hive allows the infix notation using %. It would be good for 
> Hive to support the standard approach as well. SQL standard reference T441



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-15975) Support the MOD function

2017-02-25 Thread Teddy Choi (JIRA)

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

Teddy Choi updated HIVE-15975:
--
Status: Patch Available  (was: Open)

> Support the MOD function
> 
>
> Key: HIVE-15975
> URL: https://issues.apache.org/jira/browse/HIVE-15975
> Project: Hive
>  Issue Type: Sub-task
>  Components: SQL
>Reporter: Carter Shanklin
>Assignee: Teddy Choi
> Attachments: HIVE-15975.1.patch
>
>
> SQL defines the mod expression as a function allowing 2 numeric value 
> expressions. Hive allows the infix notation using %. It would be good for 
> Hive to support the standard approach as well. SQL standard reference T441



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-15975) Support the MOD function

2017-02-25 Thread Teddy Choi (JIRA)

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

Teddy Choi updated HIVE-15975:
--
Attachment: HIVE-15975.1.patch

> Support the MOD function
> 
>
> Key: HIVE-15975
> URL: https://issues.apache.org/jira/browse/HIVE-15975
> Project: Hive
>  Issue Type: Sub-task
>  Components: SQL
>Reporter: Carter Shanklin
>Assignee: Teddy Choi
> Attachments: HIVE-15975.1.patch
>
>
> SQL defines the mod expression as a function allowing 2 numeric value 
> expressions. Hive allows the infix notation using %. It would be good for 
> Hive to support the standard approach as well. SQL standard reference T441



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)