Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7398619512 for ; Mon, 11 Apr 2016 08:38:26 +0000 (UTC) Received: (qmail 96001 invoked by uid 500); 11 Apr 2016 08:38:25 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 95975 invoked by uid 500); 11 Apr 2016 08:38:25 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 95958 invoked by uid 99); 11 Apr 2016 08:38:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Apr 2016 08:38:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A54932C1F5A for ; Mon, 11 Apr 2016 08:38:25 +0000 (UTC) Date: Mon, 11 Apr 2016 08:38:25 +0000 (UTC) From: "Matt McCline (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-12159) Create vectorized readers for the complex types 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-12159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15234699#comment-15234699 ] Matt McCline commented on HIVE-12159: ------------------------------------- [~owen.omalley] [~prasanth_j] That the vector_outer_join1.q and vector_outer_join5.q failures are for Native Vector Map Join (MiniTez and MiniSpark*) and succeed on MR it made me suspcious. So, I tried turning off hive.vectorized.execution.mapjoin.native.enabled and the MiniTez tests succeeded. So, it looks like the new ORC patch is probably setting isRepeated now and this has uncovered a latent Native Vector Map Join bug. Until I can diagnose the new bug, I suggest temporarily adding this to vector_outer_join1.q and vector_outer_join5.q: {code} SET hive.vectorized.execution.mapjoin.native.enabled=false; {code} > Create vectorized readers for the complex types > ----------------------------------------------- > > Key: HIVE-12159 > URL: https://issues.apache.org/jira/browse/HIVE-12159 > Project: Hive > Issue Type: Sub-task > Reporter: Owen O'Malley > Assignee: Owen O'Malley > Attachments: HIVE-12159.patch, HIVE-12159.patch > > > We need vectorized readers for the complex types. -- This message was sent by Atlassian JIRA (v6.3.4#6332)