[
https://issues.apache.org/jira/browse/HIVE-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13780030#comment-13780030
]
Eric Hanson commented on HIVE-4642:
-----------------------------------
Correction, need to pull vectorization first before creating your work branch.
git checkout vectorization
git pull
git checkout -b teddy/hive-4642
... work ...
git commit -m "..."
git checkout vectorization
git pull vectorization
git checkout teddy/hive-4642
git merge vectorization
git diff vectorization teddy/hive-4642 > HIVE-4642.n-vectorization.patch
> Implement vectorized RLIKE and REGEXP filter expressions
> --------------------------------------------------------
>
> Key: HIVE-4642
> URL: https://issues.apache.org/jira/browse/HIVE-4642
> Project: Hive
> Issue Type: Sub-task
> Reporter: Eric Hanson
> Assignee: Teddy Choi
> Attachments: HIVE-4642-1.patch, HIVE-4642.2.patch,
> HIVE-4642.3.patch.txt, HIVE-4642.4.patch.txt, HIVE-4642.5.patch.txt,
> HIVE-4642.6.patch.txt, HIVE-4642.7.patch.txt,
> Hive-Vectorized-Query-Execution-Design-rev10.docx
>
>
> See title. I will add more details next week. The goal is (a) make this work
> correctly and (b) optimize it as well as possible, at least for the common
> cases.
--
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