[
https://issues.apache.org/jira/browse/HIVE-15857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900148#comment-15900148
]
Sergey Shelukhin commented on HIVE-15857:
-----------------------------------------
+1 w/one small comment. There is some repetitive code that is handled less
repetitively elsewhere in vectorization iirc (e.g. selectedInUse where it does
int index = sIU ? sel[i] : i, instead of having 2 separate loops). I am
assuming this is due to vectorization requirements that they are all handled
separately :)
> Vectorization: Add string conversion case for UDFToInteger, etc
> ---------------------------------------------------------------
>
> Key: HIVE-15857
> URL: https://issues.apache.org/jira/browse/HIVE-15857
> Project: Hive
> Issue Type: Bug
> Components: Hive
> Reporter: Matt McCline
> Assignee: Matt McCline
> Priority: Critical
> Attachments: HIVE-15857.01.patch, HIVE-15857.02.patch,
> HIVE-15857.03.patch, HIVE-15857.04.patch
>
>
> Otherwise, VectorUDFAdaptor is used to convert a column from String to Int,
> etc.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)