[jira] [Updated] (HIVE-7399) Timestamp type is not copied by ObjectInspectorUtils.copyToStandardObject

2014-09-01 Thread Navis (JIRA)

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

Navis updated HIVE-7399:

Description: Most of primitive types are non-mutable, so 
copyToStandardObject retuns input object as-is. But for Timestamp objects, it's 
used something like wrapper and inside value changed by hive. 
copyToStandardObject should return real copy of them.  (was: Most of primitive 
types are non-mutable, so copyToStandardObject retuns input object as-is. But 
for Timestamp objects, it's used something like wrapper and changed value by 
hive. copyToStandardObject should real copy for them.)

> Timestamp type is not copied by ObjectInspectorUtils.copyToStandardObject
> -
>
> Key: HIVE-7399
> URL: https://issues.apache.org/jira/browse/HIVE-7399
> Project: Hive
>  Issue Type: Bug
>  Components: Query Processor
>Reporter: Navis
>Assignee: Navis
> Fix For: 0.14.0
>
> Attachments: HIVE-7399.1.patch.txt, HIVE-7399.2.patch.txt, 
> HIVE-7399.3.patch.txt
>
>
> Most of primitive types are non-mutable, so copyToStandardObject retuns input 
> object as-is. But for Timestamp objects, it's used something like wrapper and 
> inside value changed by hive. copyToStandardObject should return real copy of 
> them.



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


[jira] [Updated] (HIVE-7399) Timestamp type is not copied by ObjectInspectorUtils.copyToStandardObject

2014-08-31 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan updated HIVE-7399:
---
   Resolution: Fixed
Fix Version/s: 0.14.0
   Status: Resolved  (was: Patch Available)

Committed to trunk. Thanks, Navis!

> Timestamp type is not copied by ObjectInspectorUtils.copyToStandardObject
> -
>
> Key: HIVE-7399
> URL: https://issues.apache.org/jira/browse/HIVE-7399
> Project: Hive
>  Issue Type: Bug
>  Components: Query Processor
>Reporter: Navis
>Assignee: Navis
> Fix For: 0.14.0
>
> Attachments: HIVE-7399.1.patch.txt, HIVE-7399.2.patch.txt, 
> HIVE-7399.3.patch.txt
>
>
> Most of primitive types are non-mutable, so copyToStandardObject retuns input 
> object as-is. But for Timestamp objects, it's used something like wrapper and 
> changed value by hive. copyToStandardObject should real copy for them.



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


[jira] [Updated] (HIVE-7399) Timestamp type is not copied by ObjectInspectorUtils.copyToStandardObject

2014-07-14 Thread Navis (JIRA)

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

Navis updated HIVE-7399:


Attachment: HIVE-7399.3.patch.txt

> Timestamp type is not copied by ObjectInspectorUtils.copyToStandardObject
> -
>
> Key: HIVE-7399
> URL: https://issues.apache.org/jira/browse/HIVE-7399
> Project: Hive
>  Issue Type: Bug
>  Components: Query Processor
>Reporter: Navis
>Assignee: Navis
> Attachments: HIVE-7399.1.patch.txt, HIVE-7399.2.patch.txt, 
> HIVE-7399.3.patch.txt
>
>
> Most of primitive types are non-mutable, so copyToStandardObject retuns input 
> object as-is. But for Timestamp objects, it's used something like wrapper and 
> changed value by hive. copyToStandardObject should real copy for them.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-7399) Timestamp type is not copied by ObjectInspectorUtils.copyToStandardObject

2014-07-14 Thread Navis (JIRA)

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

Navis updated HIVE-7399:


Attachment: HIVE-7399.2.patch.txt

> Timestamp type is not copied by ObjectInspectorUtils.copyToStandardObject
> -
>
> Key: HIVE-7399
> URL: https://issues.apache.org/jira/browse/HIVE-7399
> Project: Hive
>  Issue Type: Bug
>  Components: Query Processor
>Reporter: Navis
>Assignee: Navis
> Attachments: HIVE-7399.1.patch.txt, HIVE-7399.2.patch.txt
>
>
> Most of primitive types are non-mutable, so copyToStandardObject retuns input 
> object as-is. But for Timestamp objects, it's used something like wrapper and 
> changed value by hive. copyToStandardObject should real copy for them.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-7399) Timestamp type is not copied by ObjectInspectorUtils.copyToStandardObject

2014-07-13 Thread Navis (JIRA)

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

Navis updated HIVE-7399:


Attachment: HIVE-7399.1.patch.txt

> Timestamp type is not copied by ObjectInspectorUtils.copyToStandardObject
> -
>
> Key: HIVE-7399
> URL: https://issues.apache.org/jira/browse/HIVE-7399
> Project: Hive
>  Issue Type: Bug
>  Components: Query Processor
>Reporter: Navis
>Assignee: Navis
> Attachments: HIVE-7399.1.patch.txt
>
>
> Most of primitive types are non-mutable, so copyToStandardObject retuns input 
> object as-is. But for Timestamp objects, it's used something like wrapper and 
> changed value by hive. copyToStandardObject should real copy for them.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-7399) Timestamp type is not copied by ObjectInspectorUtils.copyToStandardObject

2014-07-13 Thread Navis (JIRA)

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

Navis updated HIVE-7399:


Status: Patch Available  (was: Open)

> Timestamp type is not copied by ObjectInspectorUtils.copyToStandardObject
> -
>
> Key: HIVE-7399
> URL: https://issues.apache.org/jira/browse/HIVE-7399
> Project: Hive
>  Issue Type: Bug
>  Components: Query Processor
>Reporter: Navis
>Assignee: Navis
> Attachments: HIVE-7399.1.patch.txt
>
>
> Most of primitive types are non-mutable, so copyToStandardObject retuns input 
> object as-is. But for Timestamp objects, it's used something like wrapper and 
> changed value by hive. copyToStandardObject should real copy for them.



--
This message was sent by Atlassian JIRA
(v6.2#6252)