[jira] [Updated] (HIVE-13320) Apply HIVE-11544 to explicit conversions as well as implicit ones

2016-04-09 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan updated HIVE-13320:

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

Pushed to master. Thanks, [~ndembla] & Gopal!

> Apply HIVE-11544 to explicit conversions as well as implicit ones
> -
>
> Key: HIVE-13320
> URL: https://issues.apache.org/jira/browse/HIVE-13320
> Project: Hive
>  Issue Type: Bug
>  Components: UDF
>Affects Versions: 1.3.0, 1.2.1, 2.0.0, 2.1.0
>Reporter: Gopal V
>Assignee: Nita Dembla
> Fix For: 2.1.0
>
> Attachments: HIVE-13320.1.patch, HIVE-13320.2.patch, 
> HIVE-13320.2.patch
>
>
> Parsing 1 million blank values through cast(x as int) is 3x slower than 
> parsing a valid single digit.



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


[jira] [Updated] (HIVE-13320) Apply HIVE-11544 to explicit conversions as well as implicit ones

2016-04-07 Thread Nita Dembla (JIRA)

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

Nita Dembla updated HIVE-13320:
---
Attachment: HIVE-13320.2.patch

> Apply HIVE-11544 to explicit conversions as well as implicit ones
> -
>
> Key: HIVE-13320
> URL: https://issues.apache.org/jira/browse/HIVE-13320
> Project: Hive
>  Issue Type: Bug
>  Components: UDF
>Affects Versions: 1.3.0, 1.2.1, 2.0.0, 2.1.0
>Reporter: Gopal V
>Assignee: Nita Dembla
> Attachments: HIVE-13320.1.patch, HIVE-13320.2.patch, 
> HIVE-13320.2.patch
>
>
> Parsing 1 million blank values through cast(x as int) is 3x slower than 
> parsing a valid single digit.



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


[jira] [Updated] (HIVE-13320) Apply HIVE-11544 to explicit conversions as well as implicit ones

2016-04-06 Thread Nita Dembla (JIRA)

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

Nita Dembla updated HIVE-13320:
---
Attachment: HIVE-13320.2.patch

> Apply HIVE-11544 to explicit conversions as well as implicit ones
> -
>
> Key: HIVE-13320
> URL: https://issues.apache.org/jira/browse/HIVE-13320
> Project: Hive
>  Issue Type: Bug
>  Components: UDF
>Affects Versions: 1.3.0, 1.2.1, 2.0.0, 2.1.0
>Reporter: Gopal V
>Assignee: Nita Dembla
> Attachments: HIVE-13320.1.patch, HIVE-13320.2.patch
>
>
> Parsing 1 million blank values through cast(x as int) is 3x slower than 
> parsing a valid single digit.



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


[jira] [Updated] (HIVE-13320) Apply HIVE-11544 to explicit conversions as well as implicit ones

2016-04-06 Thread Nita Dembla (JIRA)

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

Nita Dembla updated HIVE-13320:
---
Status: Patch Available  (was: Open)

> Apply HIVE-11544 to explicit conversions as well as implicit ones
> -
>
> Key: HIVE-13320
> URL: https://issues.apache.org/jira/browse/HIVE-13320
> Project: Hive
>  Issue Type: Bug
>  Components: UDF
>Affects Versions: 2.0.0, 1.2.1, 1.3.0, 2.1.0
>Reporter: Gopal V
>Assignee: Nita Dembla
> Attachments: HIVE-13320.1.patch, HIVE-13320.2.patch
>
>
> Parsing 1 million blank values through cast(x as int) is 3x slower than 
> parsing a valid single digit.



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


[jira] [Updated] (HIVE-13320) Apply HIVE-11544 to explicit conversions as well as implicit ones

2016-04-06 Thread Nita Dembla (JIRA)

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

Nita Dembla updated HIVE-13320:
---
Status: Open  (was: Patch Available)

> Apply HIVE-11544 to explicit conversions as well as implicit ones
> -
>
> Key: HIVE-13320
> URL: https://issues.apache.org/jira/browse/HIVE-13320
> Project: Hive
>  Issue Type: Bug
>  Components: UDF
>Affects Versions: 2.0.0, 1.2.1, 1.3.0, 2.1.0
>Reporter: Gopal V
>Assignee: Nita Dembla
> Attachments: HIVE-13320.1.patch
>
>
> Parsing 1 million blank values through cast(x as int) is 3x slower than 
> parsing a valid single digit.



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


[jira] [Updated] (HIVE-13320) Apply HIVE-11544 to explicit conversions as well as implicit ones

2016-04-06 Thread Gopal V (JIRA)

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

Gopal V updated HIVE-13320:
---
Assignee: Nita Dembla  (was: Gopal V)

> Apply HIVE-11544 to explicit conversions as well as implicit ones
> -
>
> Key: HIVE-13320
> URL: https://issues.apache.org/jira/browse/HIVE-13320
> Project: Hive
>  Issue Type: Bug
>  Components: UDF
>Affects Versions: 1.3.0, 1.2.1, 2.0.0, 2.1.0
>Reporter: Gopal V
>Assignee: Nita Dembla
> Attachments: HIVE-13320.1.patch
>
>
> Parsing 1 million blank values through cast(x as int) is 3x slower than 
> parsing a valid single digit.



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


[jira] [Updated] (HIVE-13320) Apply HIVE-11544 to explicit conversions as well as implicit ones

2016-03-23 Thread Gopal V (JIRA)

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

Gopal V updated HIVE-13320:
---
Attachment: HIVE-13320.1.patch

> Apply HIVE-11544 to explicit conversions as well as implicit ones
> -
>
> Key: HIVE-13320
> URL: https://issues.apache.org/jira/browse/HIVE-13320
> Project: Hive
>  Issue Type: Bug
>  Components: UDF
>Affects Versions: 1.3.0, 1.2.1, 2.0.0, 2.1.0
>Reporter: Gopal V
>Assignee: Gopal V
> Attachments: HIVE-13320.1.patch
>
>
> Parsing 1 million blank values through cast(x as int) is 3x slower than 
> parsing a valid single digit.



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


[jira] [Updated] (HIVE-13320) Apply HIVE-11544 to explicit conversions as well as implicit ones

2016-03-23 Thread Gopal V (JIRA)

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

Gopal V updated HIVE-13320:
---
Status: Patch Available  (was: Open)

> Apply HIVE-11544 to explicit conversions as well as implicit ones
> -
>
> Key: HIVE-13320
> URL: https://issues.apache.org/jira/browse/HIVE-13320
> Project: Hive
>  Issue Type: Bug
>  Components: UDF
>Affects Versions: 2.0.0, 1.2.1, 1.3.0, 2.1.0
>Reporter: Gopal V
>Assignee: Gopal V
> Attachments: HIVE-13320.1.patch
>
>
> Parsing 1 million blank values through cast(x as int) is 3x slower than 
> parsing a valid single digit.



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


[jira] [Updated] (HIVE-13320) Apply HIVE-11544 to explicit conversions as well as implicit ones

2016-03-21 Thread Gopal V (JIRA)

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

Gopal V updated HIVE-13320:
---
Summary: Apply HIVE-11544 to explicit conversions as well as implicit ones  
(was: Apple HIVE-11544 to explicit conversions as well as implicit ones)

> Apply HIVE-11544 to explicit conversions as well as implicit ones
> -
>
> Key: HIVE-13320
> URL: https://issues.apache.org/jira/browse/HIVE-13320
> Project: Hive
>  Issue Type: Bug
>  Components: UDF
>Affects Versions: 1.3.0, 1.2.1, 2.0.0, 2.1.0
>Reporter: Gopal V
>Assignee: Gopal V
>
> Parsing 1 million blank values through cast(x as int) is 3x slower than 
> parsing a valid single digit.



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