From notifications-return-121463-archive-asf-public=cust-asf.ponee.io@asterixdb.apache.org Tue Oct 2 05:42:38 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id BC280180660 for ; Tue, 2 Oct 2018 05:42:37 +0200 (CEST) Received: (qmail 68220 invoked by uid 500); 2 Oct 2018 03:42:36 -0000 Mailing-List: contact notifications-help@asterixdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@asterixdb.apache.org Delivered-To: mailing list notifications@asterixdb.apache.org Received: (qmail 68211 invoked by uid 99); 2 Oct 2018 03:42:36 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2018 03:42:36 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 18913C018C for ; Tue, 2 Oct 2018 03:42:36 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.919 X-Spam-Level: X-Spam-Status: No, score=0.919 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_FAIL=0.919] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id jtEk_qoNhaIA for ; Tue, 2 Oct 2018 03:42:35 +0000 (UTC) Received: from vitalstatistix.ics.uci.edu (vitalstatistix.ics.uci.edu [128.195.52.38]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 377075F10C for ; Tue, 2 Oct 2018 03:42:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vitalstatistix.ics.uci.edu (Postfix) with ESMTP id A473910007E; Mon, 1 Oct 2018 20:42:34 -0700 (PDT) Date: Mon, 1 Oct 2018 20:42:34 -0700 From: "Ali Alsuliman (Code Review)" To: Jenkins Reply-To: ali.al.solaiman@gmail.com X-Gerrit-MessageType: newpatchset Subject: Change in asterixdb[master]: [NO ISSUE][COMP] allow optimization rule to inspect other fu... X-Gerrit-Change-Id: I65679e934a41e00b04bc3fd479ed404af293eb21 X-Gerrit-ChangeURL: X-Gerrit-Commit: 9d7a2c2d1733a67c30e3eb4acec9e6fe1661a21b 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 Message-Id: <20181002034234.A473910007E@vitalstatistix.ics.uci.edu> Hello Anon. E. Moose #1000171, Jenkins, I'd like you to reexamine a change. Please visit https://asterix-gerrit.ics.uci.edu/2980 to look at the new patch set (#2). Change subject: [NO ISSUE][COMP] allow optimization rule to inspect other functions ...................................................................... [NO ISSUE][COMP] allow optimization rule to inspect other functions - user model changes: no - storage format changes: no - interface changes: no Details: This change is to allow optimization rule "InjectTypeCastForSwitchCaseRule" (renamed to "InjectTypeCastForFunctionArgumentsRule" now) to consider other functions specified by the user in addition to the ones already considered by the rule. Change-Id: I65679e934a41e00b04bc3fd479ed404af293eb21 --- M asterixdb/asterix-algebra/src/main/java/org/apache/asterix/optimizer/base/RuleCollections.java R asterixdb/asterix-algebra/src/main/java/org/apache/asterix/optimizer/rules/InjectTypeCastForFunctionArgumentsRule.java 2 files changed, 24 insertions(+), 19 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/80/2980/2 -- To view, visit https://asterix-gerrit.ics.uci.edu/2980 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I65679e934a41e00b04bc3fd479ed404af293eb21 Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Ali Alsuliman Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Jenkins