Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1547F10AA0 for ; Mon, 12 Aug 2013 11:15:52 +0000 (UTC) Received: (qmail 31011 invoked by uid 500); 12 Aug 2013 11:15:50 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 30914 invoked by uid 500); 12 Aug 2013 11:15:49 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 30798 invoked by uid 500); 12 Aug 2013 11:15:48 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 30795 invoked by uid 99); 12 Aug 2013 11:15:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Aug 2013 11:15:48 +0000 Date: Mon, 12 Aug 2013 11:15:48 +0000 (UTC) From: "Teddy Choi (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-4945) Make RLIKE/REGEXP run end-to-end by updating VectorizationContext MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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