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 35DDD181E8 for ; Tue, 19 Jan 2016 23:13:40 +0000 (UTC) Received: (qmail 46957 invoked by uid 500); 19 Jan 2016 23:13:40 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 46924 invoked by uid 500); 19 Jan 2016 23:13:40 -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 46908 invoked by uid 99); 19 Jan 2016 23:13:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jan 2016 23:13:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EC3B52C1F55 for ; Tue, 19 Jan 2016 23:13:39 +0000 (UTC) Date: Tue, 19 Jan 2016 23:13:39 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-12798) CBO: Calcite Operator To Hive Operator (Calcite Return Path): MiniTezCliDriver.vector* queries failures due to NPE in Vectorizer.onExpressionHasNullSafes() 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-12798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15107648#comment-15107648 ] Sergey Shelukhin commented on HIVE-12798: ----------------------------------------- +1 > CBO: Calcite Operator To Hive Operator (Calcite Return Path): MiniTezCliDriver.vector* queries failures due to NPE in Vectorizer.onExpressionHasNullSafes() > ----------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: HIVE-12798 > URL: https://issues.apache.org/jira/browse/HIVE-12798 > Project: Hive > Issue Type: Sub-task > Components: CBO > Reporter: Hari Sankar Sivarama Subramaniyan > Assignee: Hari Sankar Sivarama Subramaniyan > Fix For: 2.1.0 > > Attachments: HIVE-12798.1.patch > > > As of 01/04/2016, the following tests fail in the MiniTezCliDriver mode when the cbo return path is enabled. We need to fix them : > {code} > vector_leftsemi_mapjoin > vector_join_filters > vector_interval_mapjoin > vector_left_outer_join > vectorized_mapjoin > vector_inner_join > vectorized_context > tez_vector_dynpart_hashjoin_1 > count > auto_sortmerge_join_6 > skewjoin > vector_auto_smb_mapjoin_14 > auto_join_filters > vector_outer_join0 > vector_outer_join1 > vector_outer_join2 > vector_outer_join3 > vector_outer_join4 > vector_outer_join5 > hybridgrace_hashjoin_1 > vector_mapjoin_reduce > vectorized_nested_mapjoin > vector_left_outer_join2 > vector_char_mapjoin1 > vector_decimal_mapjoin > vectorized_dynamic_partition_pruning > vector_varchar_mapjoin1 > {code} > This jira is intended to cover the vectorization issues related to the MiniTezCliDriver failures caused by NPE via nullSafes array as shown below : > {code} > private boolean onExpressionHasNullSafes(MapJoinDesc desc) { > boolean[] nullSafes = desc.getNullSafes(); > for (boolean nullSafe : nullSafes) { > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)