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 3C7AF200C48 for ; Thu, 6 Apr 2017 09:01:48 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3B14D160B84; Thu, 6 Apr 2017 07:01:48 +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 8ABF8160B83 for ; Thu, 6 Apr 2017 09:01:47 +0200 (CEST) Received: (qmail 44946 invoked by uid 500); 6 Apr 2017 07:01:45 -0000 Mailing-List: contact issues-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@impala.incubator.apache.org Delivered-To: mailing list issues@impala.incubator.apache.org Received: (qmail 44603 invoked by uid 99); 6 Apr 2017 07:01:44 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2017 07:01:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 74CC9C197C for ; Thu, 6 Apr 2017 07:01:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[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 (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id FSMmAkh-4y1N for ; Thu, 6 Apr 2017 07:01:43 +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 5A2855FB62 for ; Thu, 6 Apr 2017 07:01:43 +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 A4518E06BB for ; Thu, 6 Apr 2017 07:01:42 +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 6108A24067 for ; Thu, 6 Apr 2017 07:01:42 +0000 (UTC) Date: Thu, 6 Apr 2017 07:01:42 +0000 (UTC) From: "Matthew Mulder (JIRA)" To: issues@impala.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IMPALA-5176) TestHdfsScanNodeErrors.test_hdfs_scan_node_errors test failing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 06 Apr 2017 07:01:48 -0000 Matthew Mulder created IMPALA-5176: -------------------------------------- Summary: TestHdfsScanNodeErrors.test_hdfs_scan_node_errors test failing Key: IMPALA-5176 URL: https://issues.apache.org/jira/browse/IMPALA-5176 Project: IMPALA Issue Type: Bug Components: Backend Affects Versions: Impala 2.8.0 Reporter: Matthew Mulder Assignee: Alexander Behm The test is running the query{code}select count(*) from functional_text_lzo.bad_text_lzo;{code}and asserting{code}E assert Comparing QueryTestResults (expected vs actual): E 'Blocksize: 536870911 is greater than LZO_MAX_BLOCK_SIZE: 67108864' != None E Number of rows returned (expected vs actual): 1 != 0{code}This is happening in change be8d15122de9b1ee35bdd2de43b8daaaa7547098. -- This message was sent by Atlassian JIRA (v6.3.15#6346)