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 11561200B6B for ; Thu, 11 Aug 2016 00:12:49 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0FEA6160AB1; Wed, 10 Aug 2016 22:12:49 +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 57E69160AA4 for ; Thu, 11 Aug 2016 00:12:48 +0200 (CEST) Received: (qmail 64886 invoked by uid 500); 10 Aug 2016 22:12:47 -0000 Mailing-List: contact dev-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 dev@impala.incubator.apache.org Received: (qmail 64863 invoked by uid 99); 10 Aug 2016 22:12:47 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2016 22:12:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id EF9A51A0C66 for ; Wed, 10 Aug 2016 22:12:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.363 X-Spam-Level: X-Spam-Status: No, score=0.363 tagged_above=-999 required=6.31 tests=[RDNS_DYNAMIC=0.363, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id Hp7vBAvrinom for ; Wed, 10 Aug 2016 22:12:45 +0000 (UTC) Received: from ip-10-146-233-104.ec2.internal (ec2-75-101-130-251.compute-1.amazonaws.com [75.101.130.251]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTPS id 85C315F255 for ; Wed, 10 Aug 2016 22:12:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ip-10-146-233-104.ec2.internal (8.14.4/8.14.4) with ESMTP id u7AMChOu008373; Wed, 10 Aug 2016 22:12:43 GMT Message-Id: <201608102212.u7AMChOu008373@ip-10-146-233-104.ec2.internal> Date: Wed, 10 Aug 2016 22:12:42 +0000 From: "Alex Behm (Code Review)" To: Tim Armstrong , impala-cr@cloudera.com, dev@impala.incubator.apache.org CC: Matthew Jacobs , Dan Hecht Reply-To: alex.behm@cloudera.com X-Gerrit-MessageType: newpatchset Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-3943=3A_Adhere_to_abort_on_error_when_a_Parquet_file_has_no_row_groups=2E=0A?= X-Gerrit-Change-Id: I6aff766a1ce6376efb329bdde51c648149dfe08c X-Gerrit-ChangeURL: X-Gerrit-Commit: b06a490cc87a35ec427f501c26dffa8bb5d0cc95 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.12.2 archived-at: Wed, 10 Aug 2016 22:12:49 -0000 Hello Tim Armstrong, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/3862 to look at the new patch set (#4). Change subject: IMPALA-3943: Adhere to abort_on_error when a Parquet file has no row groups. ...................................................................... IMPALA-3943: Adhere to abort_on_error when a Parquet file has no row groups. Change-Id: I6aff766a1ce6376efb329bdde51c648149dfe08c --- M be/src/exec/hdfs-parquet-scanner.cc M testdata/data/README A testdata/data/no_row_groups.parquet A testdata/workloads/functional-query/queries/QueryTest/no-row-groups-abort.test A testdata/workloads/functional-query/queries/QueryTest/no-row-groups.test M tests/query_test/test_scanners.py 6 files changed, 41 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/62/3862/4 -- To view, visit http://gerrit.cloudera.org:8080/3862 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I6aff766a1ce6376efb329bdde51c648149dfe08c Gerrit-PatchSet: 4 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Alex Behm Gerrit-Reviewer: Alex Behm Gerrit-Reviewer: Dan Hecht Gerrit-Reviewer: Matthew Jacobs Gerrit-Reviewer: Tim Armstrong