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 2015/11/25 11:17:10 UTC

[jira] [Commented] (HIVE-12479) Vectorization: Vectorized Date UDFs with up-stream Joins

    [ https://issues.apache.org/jira/browse/HIVE-12479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15026558#comment-15026558 ] 

Gopal V commented on HIVE-12479:
--------------------------------

The batch.selectedInUse and col.isRepeating were interfering with each other's semantics.

Fix for all Date UDFS + added test-case with 1 value column, with isRepeating=true, isSelectedInUse=true & .selected[0] = 42;

After the fix, it should not be trying to read col[42], but should operate on col[0] because isRepeating is true.

> Vectorization: Vectorized Date UDFs with up-stream Joins
> --------------------------------------------------------
>
>                 Key: HIVE-12479
>                 URL: https://issues.apache.org/jira/browse/HIVE-12479
>             Project: Hive
>          Issue Type: Bug
>          Components: Vectorization
>    Affects Versions: 1.3.0, 2.0.0
>            Reporter: Gopal V
>            Assignee: Gopal V
>         Attachments: HIVE-12479.1.patch, HIVE-12479.tar.gz
>
>
> The row-counts expected with and without vectorization differ.
> The attached small-scale repro case produces 5 rows with vectorized multi-key joins and 53 rows without the vectorized join.



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