Return-Path: X-Original-To: apmail-asterixdb-notifications-archive@minotaur.apache.org Delivered-To: apmail-asterixdb-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5BC46187C4 for ; Wed, 10 Feb 2016 04:16:10 +0000 (UTC) Received: (qmail 45718 invoked by uid 500); 10 Feb 2016 04:16:10 -0000 Delivered-To: apmail-asterixdb-notifications-archive@asterixdb.apache.org Received: (qmail 45683 invoked by uid 500); 10 Feb 2016 04:16:10 -0000 Mailing-List: contact notifications-help@asterixdb.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@asterixdb.incubator.apache.org Delivered-To: mailing list notifications@asterixdb.incubator.apache.org Received: (qmail 45674 invoked by uid 99); 10 Feb 2016 04:16:10 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2016 04:16:10 +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 BADB4C0877 for ; Wed, 10 Feb 2016 04:16:09 +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=[SPF_FAIL=0.919] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id vBpZPhholYu5 for ; Wed, 10 Feb 2016 04:16:08 +0000 (UTC) Received: from unhygienix.ics.uci.edu (unhygienix.ics.uci.edu [128.195.14.130]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id D081F2054C for ; Wed, 10 Feb 2016 04:16:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by unhygienix.ics.uci.edu (Postfix) with ESMTP id 931E2241961; Tue, 9 Feb 2016 20:11:48 -0800 (PST) Date: Tue, 9 Feb 2016 20:11:48 -0800 From: "Taewoo Kim (Code Review)" To: Taewoo Kim , Yingyi Bu , Jenkins CC: Young-Seok Kim , Jianfeng Jia Reply-To: wangsaeu@gmail.com X-Gerrit-MessageType: newpatchset Subject: Change in hyracks[master]: ASTERIXDB-1157 and ASTERIXDB-1051 fixed : Implemented Limit ... X-Gerrit-Change-Id: I49fb5f38fe8eb4b4419e596a03e2187939d9fd2e X-Gerrit-ChangeURL: X-Gerrit-Commit: a3f69480381789f27c432000381e364d4ed36d19 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: <20160210041148.931E2241961@unhygienix.ics.uci.edu> Hello Yingyi Bu, Jenkins, I'd like you to reexamine a change. Please visit https://asterix-gerrit.ics.uci.edu/616 to look at the new patch set (#3). Change subject: ASTERIXDB-1157 and ASTERIXDB-1051 fixed : Implemented Limit Pushdown into Order (ExternalSort) - Limit Pushdown into an Order (ExternalSort) operator. - CopyLimitDownRule doesn't copy LIMIT through UNNESTMAP operator. ...................................................................... ASTERIXDB-1157 and ASTERIXDB-1051 fixed : Implemented Limit Pushdown into Order (ExternalSort) - Limit Pushdown into an Order (ExternalSort) operator. - CopyLimitDownRule doesn't copy LIMIT through UNNESTMAP operator. Change-Id: I49fb5f38fe8eb4b4419e596a03e2187939d9fd2e --- M algebricks/algebricks-core/src/main/java/org/apache/hyracks/algebricks/core/algebra/operators/logical/OrderOperator.java M algebricks/algebricks-core/src/main/java/org/apache/hyracks/algebricks/core/algebra/operators/physical/StableSortPOperator.java M algebricks/algebricks-core/src/main/java/org/apache/hyracks/algebricks/core/algebra/prettyprint/LogicalOperatorPrettyPrintVisitor.java M algebricks/algebricks-rewriter/src/main/java/org/apache/hyracks/algebricks/rewriter/rules/CopyLimitDownRule.java M algebricks/algebricks-rewriter/src/main/java/org/apache/hyracks/algebricks/rewriter/rules/SetAlgebricksPhysicalOperatorsRule.java 5 files changed, 73 insertions(+), 15 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/hyracks refs/changes/16/616/3 -- To view, visit https://asterix-gerrit.ics.uci.edu/616 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I49fb5f38fe8eb4b4419e596a03e2187939d9fd2e Gerrit-PatchSet: 3 Gerrit-Project: hyracks Gerrit-Branch: master Gerrit-Owner: Taewoo Kim Gerrit-Reviewer: Jenkins Gerrit-Reviewer: Jianfeng Jia Gerrit-Reviewer: Taewoo Kim Gerrit-Reviewer: Yingyi Bu Gerrit-Reviewer: Young-Seok Kim