You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Gopal V (JIRA)" <ji...@apache.org> on 2016/05/04 09:44:12 UTC

[jira] [Updated] (HIVE-13685) Vectorization: Date*ColScalar parses the scalar in every loop

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

Gopal V updated HIVE-13685:
---------------------------
    Attachment: HIVE-13685.WIP.patch

> Vectorization: Date*ColScalar parses the scalar in every loop
> -------------------------------------------------------------
>
>                 Key: HIVE-13685
>                 URL: https://issues.apache.org/jira/browse/HIVE-13685
>             Project: Hive
>          Issue Type: Improvement
>          Components: Vectorization
>    Affects Versions: 2.1.0
>            Reporter: Gopal V
>         Attachments: HIVE-13685.WIP.patch
>
>
> {code}
> @Override
>   public void evaluate(VectorizedRowBatch batch) {
> ...
> switch (inputTypes[0]) {
> ...
>       case STRING:
>       case CHAR:
>       case VARCHAR:
>         try {
>           baseDate = formatter.parse(new String(stringValue, "UTF-8"));
>           break;
> {code}
> This is parsing the constant scalar for every evaluate() call.



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