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 620D2200BA4 for ; Sat, 15 Oct 2016 23:12:38 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6088B160AF4; Sat, 15 Oct 2016 21:12:38 +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 A8CD4160AF1 for ; Sat, 15 Oct 2016 23:12:37 +0200 (CEST) Received: (qmail 55688 invoked by uid 500); 15 Oct 2016 21:12: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 55671 invoked by uid 99); 15 Oct 2016 21:12:36 -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; Sat, 15 Oct 2016 21:12:36 +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 2E4611A00F1 for ; Sat, 15 Oct 2016 21:12:36 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.126 X-Spam-Level: ** X-Spam-Status: No, score=2.126 tagged_above=-999 required=6.31 tests=[MISSING_HEADERS=1.207, 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 kjBBlvphMeL7 for ; Sat, 15 Oct 2016 21:12:34 +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 18D755F647 for ; Sat, 15 Oct 2016 21:12:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by unhygienix.ics.uci.edu (Postfix) with ESMTP id DE3B92420F6; Sat, 15 Oct 2016 14:12:30 -0700 (PDT) Date: Sat, 15 Oct 2016 14:12:30 -0700 From: "Steven Jacobs (Code Review)" CC: Till Westmann , abdullah alamoudi , Jenkins , Yingyi Bu , Michael Carey , Michael Blow Reply-To: sjaco002@ucr.edu X-Gerrit-MessageType: comment Subject: Change in asterixdb[master]: Enhanced Insert AQL X-Gerrit-Change-Id: I65789d2a861d15232dd29156a6987d0635ec6c94 X-Gerrit-ChangeURL: X-Gerrit-Commit: 6efec634c3353e0855816fba54613a943be6011f 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: <20161015211230.DE3B92420F6@unhygienix.ics.uci.edu> archived-at: Sat, 15 Oct 2016 21:12:38 -0000 Steven Jacobs has posted comments on this change. Change subject: Enhanced Insert AQL ...................................................................... Patch Set 19: (3 comments) https://asterix-gerrit.ics.uci.edu/#/c/1150/19/asterixdb/asterix-algebra/src/main/java/org/apache/asterix/optimizer/rules/IntroduceAutogenerateIDRule.java File asterixdb/asterix-algebra/src/main/java/org/apache/asterix/optimizer/rules/IntroduceAutogenerateIDRule.java: Line 54: import org.eclipse.jetty.util.ArrayQueue; > It's ArrayDeque. Done Line 88: ArrayQueue opStack = new ArrayQueue<>(); > It's ArrayDeque. Done https://asterix-gerrit.ics.uci.edu/#/c/1150/19/asterixdb/asterix-app/src/test/resources/runtimets/queries/dml/insert-with-bad-return/insert-with-bad-return.3.query.aql File asterixdb/asterix-app/src/test/resources/runtimets/queries/dml/insert-with-bad-return/insert-with-bad-return.3.query.aql: Line 34: ) returning > WS Done -- To view, visit https://asterix-gerrit.ics.uci.edu/1150 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: I65789d2a861d15232dd29156a6987d0635ec6c94 Gerrit-PatchSet: 19 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Steven Jacobs Gerrit-Reviewer: Jenkins Gerrit-Reviewer: Michael Blow Gerrit-Reviewer: Michael Carey Gerrit-Reviewer: Steven Jacobs Gerrit-Reviewer: Till Westmann Gerrit-Reviewer: Yingyi Bu Gerrit-Reviewer: abdullah alamoudi Gerrit-HasComments: Yes