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

Ashutosh Chauhan edited comment on HIVE-4959 at 9/3/13 7:05 PM:
----------------------------------------------------------------

Committed this to branch. Thanks, Jitendra! 

Instead of maintaining a static list of vectorizable operator and expressions 
in Vectorizer class, better way to do this is via adding an annotation on UDF 
and using that. We should do that in a follow-up jira.
                
      was (Author: ashutoshc):
    Committed this to trunk. Thanks, Jitendra! 

Instead of maintaining a static list of vectorizable operator and expressions 
in Vectorizer class, better way to do this is via adding an annotation on UDF 
and using that. We should do that in a follow-up jira.
                  
> Vectorized plan generation should be added as an optimization transform.
> ------------------------------------------------------------------------
>
>                 Key: HIVE-4959
>                 URL: https://issues.apache.org/jira/browse/HIVE-4959
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>             Fix For: vectorization-branch
>
>         Attachments: HIVE-4959.1.patch, HIVE-4959.2.patch, HIVE-4959.3.patch
>
>
> Currently the query plan is vectorized at the query run time in the map task. 
> It will be much cleaner to add vectorization as an optimization step.

--
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