You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Navis (JIRA)" <ji...@apache.org> on 2014/07/14 04:31:05 UTC

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

Navis created HIVE-7399:
---------------------------

             Summary: 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


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)