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 BF5AF200B3C for ; Wed, 29 Jun 2016 03:22:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BDFD5160A6C; Wed, 29 Jun 2016 01:22:05 +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 14173160A56 for ; Wed, 29 Jun 2016 03:22:04 +0200 (CEST) Received: (qmail 76547 invoked by uid 500); 29 Jun 2016 01:22:04 -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 76538 invoked by uid 99); 29 Jun 2016 01:22:04 -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, 29 Jun 2016 01:22:04 +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 D105C1A10FC for ; Wed, 29 Jun 2016 01:22:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-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 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 gbD8jjHilC9H for ; Wed, 29 Jun 2016 01:22:03 +0000 (UTC) Received: from unhygienix.ics.uci.edu (unhygienix.ics.uci.edu [128.195.14.130]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 102B75F19B for ; Wed, 29 Jun 2016 01:22:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by unhygienix.ics.uci.edu (Postfix) with ESMTP id 8AE79241128; Tue, 28 Jun 2016 18:22:02 -0700 (PDT) Date: Tue, 28 Jun 2016 18:22:02 -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]: Add IS (NOT) NULL/MISSING/UNKOWN. X-Gerrit-Change-Id: I7e4008d97f0d3a92816b90492dd8c887b05bac27 X-Gerrit-ChangeURL: X-Gerrit-Commit: 56a460314fb7b8b5f7cf15b756c8b7acc45f9343 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: <20160629012202.8AE79241128@unhygienix.ics.uci.edu> archived-at: Wed, 29 Jun 2016 01:22:05 -0000 Till Westmann has posted comments on this change. Change subject: Add IS (NOT) NULL/MISSING/UNKOWN. ...................................................................... Patch Set 4: Code-Review+2 (1 comment) I think that some of the formatting in the .jj file could be nicer, but it's not important. Feel free to forward the +2 if, you address the formatting in the .jj file. https://asterix-gerrit.ics.uci.edu/#/c/963/4/asterixdb/asterix-lang-sqlpp/src/main/javacc/SQLPP.jj File asterixdb/asterix-lang-sqlpp/src/main/javacc/SQLPP.jj: Line 1729: ( ( {not = true; })? ( | | ) space between '{' and 'not'? -- To view, visit https://asterix-gerrit.ics.uci.edu/963 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: I7e4008d97f0d3a92816b90492dd8c887b05bac27 Gerrit-PatchSet: 4 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Yingyi Bu Gerrit-Reviewer: Jenkins Gerrit-Reviewer: Till Westmann Gerrit-HasComments: Yes