Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F09CB200CF7 for ; Tue, 19 Sep 2017 13:57:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EF4381609DD; Tue, 19 Sep 2017 11:57:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4093A1609DB for ; Tue, 19 Sep 2017 13:57:07 +0200 (CEST) Received: (qmail 94987 invoked by uid 500); 19 Sep 2017 11:57:06 -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 94978 invoked by uid 99); 19 Sep 2017 11:57:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Sep 2017 11:57:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id DFC66183AB4 for ; Tue, 19 Sep 2017 11:57:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.752 X-Spam-Level: X-Spam-Status: No, score=-99.752 tagged_above=-999 required=6.31 tests=[KAM_LOTSOFHASH=0.25, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id slPLzOX-M2Km for ; Tue, 19 Sep 2017 11:57:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 16B0C5F3DA for ; Tue, 19 Sep 2017 11:57:04 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 6467CE0635 for ; Tue, 19 Sep 2017 11:57:03 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 57E7024137 for ; Tue, 19 Sep 2017 11:57:02 +0000 (UTC) Date: Tue, 19 Sep 2017 11:57:00 +0000 (UTC) From: "Marta Kuczora (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-17556) The test udf_mask_hash.q is failing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 19 Sep 2017 11:57:08 -0000 [ https://issues.apache.org/jira/browse/HIVE-17556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marta Kuczora updated HIVE-17556: --------------------------------- Status: Patch Available (was: Open) > The test udf_mask_hash.q is failing > ----------------------------------- > > Key: HIVE-17556 > URL: https://issues.apache.org/jira/browse/HIVE-17556 > Project: Hive > Issue Type: Bug > Components: Test > Affects Versions: 3.0.0 > Reporter: Marta Kuczora > Assignee: Marta Kuczora > Attachments: HIVE-17556.1.patch > > > After committing [HIVE-17515|https://issues.apache.org/jira/browse/HIVE-17515], the udf_mask_hash.q test is failing with the following error message: > {noformat} > Error Message > Client Execution succeeded but contained differences (error code = 1) after executing udf_mask_hash.q > 34c34 > < expressions: '8b44d559dc5d60e4453c9b4edf2a455fbce054bb8504cd3eb9b5f391bd239c90' (type: string) > --- > > expressions: 'dd78d68ad1b23bde126812482dd70ac6' (type: string) > 36c36 > < Statistics: Num rows: 1 Data size: 148 Basic stats: COMPLETE Column stats: COMPLETE > --- > > Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE > 61c61 > < 8b44d559dc5d60e4453c9b4edf2a455fbce054bb8504cd3eb9b5f391bd239c90 8b44d559dc5d60e4453c9b4edf2a455fbce054bb8504cd3eb9b5f391bd239c90 30a88603135d3a6f7a66b4f9193da1ab4423aed45fb8fe736c2f2a08977f2bdd NULL NULL NULL NULL NULL > --- > > dd78d68ad1b23bde126812482dd70ac6 dd78d68ad1b23bde126812482dd70ac6 835735ba20f1297683efca69fabd0fba NULL NULL NULL NULL NULL > {noformat} -- This message was sent by Atlassian JIRA (v6.4.14#64029)