[
https://issues.apache.org/jira/browse/HIVE-17895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16217760#comment-16217760
]
Matt McCline commented on HIVE-17895:
-------------------------------------
[~vihangk1] No, I have not checked on branch-2.
The trick I use in checking is to modify the "if (!vectorPath) {" in the
Vectorizer source to "if (!vectorPath || true) {" to temporarily disable
vectorization and then execute the Q file tests. I look for query result
differences in diffs. Occasionally, differences are due to a lack of "--
SORT_QUERY_RESULTS" in the Q file. But usually it is a different result but
not necessarily the fault of vectorization. Sometimes it is row-mode that is
in error.
> Vectorization: Wrong results for schema_evol_text_vec_table.q (LLAP)
> --------------------------------------------------------------------
>
> Key: HIVE-17895
> URL: https://issues.apache.org/jira/browse/HIVE-17895
> Project: Hive
> Issue Type: Bug
> Components: Hive
> Affects Versions: 3.0.0
> Reporter: Matt McCline
> Assignee: Matt McCline
> Priority: Critical
>
> NonVec: 103 NULL 0.0 NULL original
> Vec: 103 NULL NULL NULL original
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)