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 2EEE9200B9A for ; Fri, 23 Sep 2016 03:19:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2D7DF160AE0; Fri, 23 Sep 2016 01:19:22 +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 3C1EA160AAD for ; Fri, 23 Sep 2016 03:19:21 +0200 (CEST) Received: (qmail 2019 invoked by uid 500); 23 Sep 2016 01:19:20 -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 2006 invoked by uid 99); 23 Sep 2016 01:19:20 -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; Fri, 23 Sep 2016 01:19:20 +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 10032C950B for ; Fri, 23 Sep 2016 01:19:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-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=[SPF_FAIL=0.919] autolearn=disabled Received: from mx2-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 DAuhd8rAuWuX for ; Fri, 23 Sep 2016 01:19:18 +0000 (UTC) Received: from unhygienix.ics.uci.edu (unhygienix.ics.uci.edu [128.195.14.130]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id F30AF5FB88 for ; Fri, 23 Sep 2016 01:19:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by unhygienix.ics.uci.edu (Postfix) with ESMTP id 2E44124208B; Thu, 22 Sep 2016 18:19:16 -0700 (PDT) Date: Thu, 22 Sep 2016 18:19:16 -0700 From: "Till Westmann (Code Review)" To: Yingyi Bu CC: Jenkins Reply-To: tillw@apache.org X-Gerrit-MessageType: comment Subject: Change in asterixdb[master]: ASTERIXDB-1539: add aliases for several builtin types and bu... X-Gerrit-Change-Id: I5c4a933f9775e89c2d503d9ea1cb98c5934d1475 X-Gerrit-ChangeURL: X-Gerrit-Commit: c3a0af59ba0744f21c795cc56788f8e729006dad 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.8.4 Message-Id: <20160923011916.2E44124208B@unhygienix.ics.uci.edu> archived-at: Fri, 23 Sep 2016 01:19:22 -0000 Till Westmann has posted comments on this change. Change subject: ASTERIXDB-1539: add aliases for several builtin types and builtin functions. ...................................................................... Patch Set 6: Code-Review+2 (1 comment) please forward the +2, if you fix the comments https://asterix-gerrit.ics.uci.edu/#/c/1199/6/asterixdb/asterix-lang-sqlpp/src/main/java/org/apache/asterix/lang/sqlpp/util/FunctionMapUtil.java File asterixdb/asterix-lang-sqlpp/src/main/java/org/apache/asterix/lang/sqlpp/util/FunctionMapUtil.java: Line 54: FUNCTION_NAME_MAP.put("tinyint", "int8"); //SQL: pow, AQL: caret fix comments -- To view, visit https://asterix-gerrit.ics.uci.edu/1199 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: I5c4a933f9775e89c2d503d9ea1cb98c5934d1475 Gerrit-PatchSet: 6 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Yingyi Bu Gerrit-Reviewer: Jenkins Gerrit-Reviewer: Till Westmann Gerrit-Reviewer: Yingyi Bu Gerrit-HasComments: Yes