You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Eric Hanson (JIRA)" <ji...@apache.org> on 2013/10/04 00:12:42 UTC

[jira] [Updated] (HIVE-4898) make vectorized math functions work end-to-end (update VectorizationContext.java)

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

Eric Hanson updated HIVE-4898:
------------------------------

    Status: Patch Available  (was: In Progress)

This patch is based off trunk (since vectorization has merged to trunk).

Enabled math functions to work end to end in SQL queries in vectorized mode. See the list of math functions affected in HIVE-4822. One function (unhex()) was removed because it has been changed to return BINARY, and binary is not yet supported with vectorization.

Ad hoc testing was performed for all the math functions to verify they  work from SQL queries.





> make vectorized math functions work end-to-end (update VectorizationContext.java)
> ---------------------------------------------------------------------------------
>
>                 Key: HIVE-4898
>                 URL: https://issues.apache.org/jira/browse/HIVE-4898
>             Project: Hive
>          Issue Type: Sub-task
>    Affects Versions: vectorization-branch
>            Reporter: Eric Hanson
>            Assignee: Eric Hanson
>         Attachments: HIVE-4898.3.patch
>
>
> The vectorized math function VectorExpression classes were added in HIVE-4822. This JIRA is to allow those to actually be used in a SQL query end-to-end. This requires updating VectorizationContext to use the new classes in vectorized expression creation.



--
This message was sent by Atlassian JIRA
(v6.1#6144)