You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Matt McCline (JIRA)" <ji...@apache.org> on 2014/09/22 00:21:33 UTC

[jira] [Created] (HIVE-8211) Tez and Vectorization of SUM(timestamp) not vectorized -- can't execute correctly because aggregation output is double

Matt McCline created HIVE-8211:
----------------------------------

             Summary: Tez and Vectorization of SUM(timestamp) not vectorized -- can't execute correctly because aggregation output is double
                 Key: HIVE-8211
                 URL: https://issues.apache.org/jira/browse/HIVE-8211
             Project: Hive
          Issue Type: Bug
          Components: Tez, Vectorization
            Reporter: Matt McCline
            Assignee: Matt McCline


Vectorization of SUM(timestamp) is currently turned off because the output of aggregation is a double (DoubleColumnVector) and the execution code is expecting a long (LongColumnVector).



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