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 5950D116D5 for ; Fri, 19 Sep 2014 02:39:34 +0000 (UTC) Received: (qmail 96931 invoked by uid 500); 19 Sep 2014 02:39:33 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 96855 invoked by uid 500); 19 Sep 2014 02:39:33 -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 96836 invoked by uid 500); 19 Sep 2014 02:39:33 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 96831 invoked by uid 99); 19 Sep 2014 02:39:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Sep 2014 02:39:33 +0000 Date: Fri, 19 Sep 2014 02:39:33 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-8186) CBO Trunk Merge: join_vc fails 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-8186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14139897#comment-14139897 ] Sergey Shelukhin commented on HIVE-8186: ---------------------------------------- {noformat}select t1.BLOCK__OFFSET__INSIDE__FILE,t2.BLOCK__OFFSET__INSIDE__FILE from src t1 join src t2 on t1.key = t2.key;{noformat} Passes {noformat}select t2.BLOCK__OFFSET__INSIDE__FILE from src t1 join src t2 on t1.key = t2.key;{noformat} Fails. The issue is that LazyBinarySerDe OI receives data intended for UnionStructObjectInspector. Judging by the above it has something to do with scanning table once for two aliases. I'll look tomorrow > CBO Trunk Merge: join_vc fails > ------------------------------ > > Key: HIVE-8186 > URL: https://issues.apache.org/jira/browse/HIVE-8186 > Project: Hive > Issue Type: Sub-task > Components: CBO > Reporter: Sergey Shelukhin > Assignee: Sergey Shelukhin > Attachments: HIVE-8186.patch > > > Simplified query appears to fail in CBO branch even with CBO disabled. I'm looking... -- This message was sent by Atlassian JIRA (v6.3.4#6332)