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

Teddy Choi commented on HIVE-4945:
----------------------------------

While writing this code, I found that even if the query was not running with 
vectorization expressions, it returns the same .q.out file. So it makes hard to 
check that vectorization expressions were used or not.

There is a way to check it. If vectorized expressions were used, 
ExecDriver#job#getMapperClass() returns VectorExecMapper#class after calling 
ExecDriver#execute(). Otherwise, getMapperClass() returns ExecMapper#class.
                
> Make RLIKE/REGEXP run end-to-end by updating VectorizationContext
> -----------------------------------------------------------------
>
>                 Key: HIVE-4945
>                 URL: https://issues.apache.org/jira/browse/HIVE-4945
>             Project: Hive
>          Issue Type: Sub-task
>    Affects Versions: vectorization-branch
>            Reporter: Eric Hanson
>         Attachments: HIVE-4945.1.patch.txt
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to