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 90195200CF2 for ; Wed, 9 Aug 2017 00:13:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8EDBA16817B; Tue, 8 Aug 2017 22:13:17 +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 DADEA16817C for ; Wed, 9 Aug 2017 00:13:16 +0200 (CEST) Received: (qmail 42715 invoked by uid 500); 8 Aug 2017 22:13:15 -0000 Mailing-List: contact reviews-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@impala.incubator.apache.org Received: (qmail 42449 invoked by uid 99); 8 Aug 2017 22:13:13 -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, 08 Aug 2017 22:13:13 +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 87AD51807DD for ; Tue, 8 Aug 2017 22:13:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-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 mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 11l28o-dDdPq for ; Tue, 8 Aug 2017 22:13:13 +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 BD3BC5F249 for ; Tue, 8 Aug 2017 22:13:12 +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 v78MDB44004884; Tue, 8 Aug 2017 22:13:11 GMT Message-Id: <201708082213.v78MDB44004884@ip-10-146-233-104.ec2.internal> Date: Tue, 8 Aug 2017 22:13:11 +0000 From: "Impala Public Jenkins (Code Review)" To: Matthew Jacobs , impala-cr@cloudera.com, reviews@impala.incubator.apache.org X-Gerrit-MessageType: merged Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-5760=3A_Revert_IMPALA-4795=0A?= X-Gerrit-Change-Id: Iae56a75e8ec44af6dae50f18869a486e5f8b608c X-Gerrit-ChangeURL: X-Gerrit-Commit: 4456ead8411ebb8b98282bdd646377a0e76ad6a3 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.7 archived-at: Tue, 08 Aug 2017 22:13:17 -0000 Impala Public Jenkins has submitted this change and it was merged. Change subject: IMPALA-5760: Revert IMPALA-4795 ...................................................................... IMPALA-5760: Revert IMPALA-4795 Revert commit 3059024bd8dc63bc1f4ecb91c99e11e2ae34ebb1 for IMPALA-4795: Allow fetching function obj from catalog using signature This commit seems to cause TestUdfExecution.test_java_udfs to fail periodically. IMPALA-4795 wasn't a critical fix, so lets just revert it until we know we can fix the flaky test at the same time. Change-Id: Iae56a75e8ec44af6dae50f18869a486e5f8b608c Reviewed-on: http://gerrit.cloudera.org:8080/7616 Reviewed-by: Henry Robinson Tested-by: Impala Public Jenkins --- M fe/src/main/java/org/apache/impala/catalog/Catalog.java M fe/src/main/java/org/apache/impala/catalog/Function.java M tests/common/impala_service.py M tests/query_test/test_udfs.py M tests/webserver/test_web_pages.py 5 files changed, 17 insertions(+), 48 deletions(-) Approvals: Impala Public Jenkins: Verified Henry Robinson: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/7616 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iae56a75e8ec44af6dae50f18869a486e5f8b608c Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Matthew Jacobs Gerrit-Reviewer: Henry Robinson Gerrit-Reviewer: Impala Public Jenkins