Return-Path: X-Original-To: apmail-impala-dev-archive@minotaur.apache.org Delivered-To: apmail-impala-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BAA7419879 for ; Tue, 1 Mar 2016 09:59:45 +0000 (UTC) Received: (qmail 18208 invoked by uid 500); 1 Mar 2016 09:59:45 -0000 Delivered-To: apmail-impala-dev-archive@impala.apache.org Received: (qmail 18168 invoked by uid 500); 1 Mar 2016 09:59:45 -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 18157 invoked by uid 99); 1 Mar 2016 09:59:45 -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; Tue, 01 Mar 2016 09:59:45 +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 157CB1A062E for ; Tue, 1 Mar 2016 09:59:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.362 X-Spam-Level: X-Spam-Status: No, score=0.362 tagged_above=-999 required=6.31 tests=[RDNS_DYNAMIC=0.363, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id d_AzmSeB4Vw0 for ; Tue, 1 Mar 2016 09:59:44 +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 mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 197D95FBC0 for ; Tue, 1 Mar 2016 09:59: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 u219xf1Y001942; Tue, 1 Mar 2016 09:59:41 GMT Message-Id: <201603010959.u219xf1Y001942@ip-10-146-233-104.ec2.internal> Date: Tue, 1 Mar 2016 09:59:41 +0000 From: "Anuj Phadke (Code Review)" To: Juan Yu , Anuj Phadke , impala-cr@cloudera.com, dev@impala.incubator.apache.org CC: Huaisi Xu Reply-To: aphadke@cloudera.com X-Gerrit-MessageType: merged Subject: =?UTF-8?Q?[Impala-CR](cdh5-2.2.0=5F5.4.x)_IMPALA-2798:_After_adding_a_column_to_avro_table=2C_Impala_returns_weird_result_if_codegen_is_enabled.=0A?= X-Gerrit-Change-Id: Iac4b15376f276b07ae1359ad43e03f55f130ec98 X-Gerrit-ChangeURL: X-Gerrit-Commit: 46d0e18322a687cc8847e93c60bdb7d96ae816ef 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.10-rc0 Anuj Phadke has submitted this change and it was merged. Change subject: IMPALA-2798: After adding a column to avro table, Impala returns weird result if codegen is enabled. ...................................................................... IMPALA-2798: After adding a column to avro table, Impala returns weird result if codegen is enabled. Change-Id: Iac4b15376f276b07ae1359ad43e03f55f130ec98 (cherry picked from commit 4edd646ee32f65b7f62980363b42910929e5a7f9) Reviewed-on: http://gerrit.cloudera.org:8080/2322 Reviewed-by: Juan Yu Tested-by: Anuj Phadke --- M thirdparty/avro-c-1.7.4/src/schema_equal.c A thirdparty/patches/avro/0004-AVRO-1617-Fix-equality-checking-of-record-schemas.patch 2 files changed, 24 insertions(+), 0 deletions(-) Approvals: Juan Yu: Looks good to me, approved Anuj Phadke: Verified -- To view, visit http://gerrit.cloudera.org:8080/2322 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iac4b15376f276b07ae1359ad43e03f55f130ec98 Gerrit-PatchSet: 2 Gerrit-Project: Impala Gerrit-Branch: cdh5-2.2.0_5.4.x Gerrit-Owner: Anuj Phadke Gerrit-Reviewer: Anuj Phadke Gerrit-Reviewer: Huaisi Xu Gerrit-Reviewer: Juan Yu