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 33DA418033 for ; Tue, 26 Jan 2016 21:22:43 +0000 (UTC) Received: (qmail 61184 invoked by uid 500); 26 Jan 2016 21:22:43 -0000 Delivered-To: apmail-asterixdb-notifications-archive@asterixdb.apache.org Received: (qmail 61152 invoked by uid 500); 26 Jan 2016 21:22:43 -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 61143 invoked by uid 99); 26 Jan 2016 21:22:43 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jan 2016 21:22:43 +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 AD6BCC0D80 for ; Tue, 26 Jan 2016 21:22:42 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.127 X-Spam-Level: ** X-Spam-Status: No, score=2.127 tagged_above=-999 required=6.31 tests=[MISSING_HEADERS=1.207, SPF_FAIL=0.919, URIBL_BLOCKED=0.001] 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 fFA_oZClkOtb for ; Tue, 26 Jan 2016 21:22:30 +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 96EC120CDE for ; Tue, 26 Jan 2016 21:22:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by unhygienix.ics.uci.edu (Postfix) with ESMTP id B8F17241305; Tue, 26 Jan 2016 13:18:23 -0800 (PST) Date: Tue, 26 Jan 2016 13:18:23 -0800 From: "Yingyi Bu (Code Review)" CC: Jenkins , Till Westmann , Preston Carman , Steven Jacobs , "Michael D. Blow" Reply-To: buyingyi@gmail.com X-Gerrit-MessageType: comment Subject: Change in asterixdb[master]: ASTERIXDB-1005, ASTERIXDB-1263: Clean up subplan flattening:... X-Gerrit-Change-Id: I4dd130a25f3c81272cc23f844ea20e376e990612 X-Gerrit-ChangeURL: X-Gerrit-Commit: a608c66bcb2e8cba852eca704fd31e9b1d3033fa 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: <20160126211823.B8F17241305@unhygienix.ics.uci.edu> Yingyi Bu has posted comments on this change. Change subject: ASTERIXDB-1005, ASTERIXDB-1263: Clean up subplan flattening: 1. Inline NestedTupleSource and remove SubplanOperator for special cases that join operators inside the SubplanOperator can be re-targeted for correlations; 2. Blindly inline NestedTupleSo ...................................................................... Patch Set 16: Hi reviewers, This change is ready for re-review and here is a design doc for that: https://cwiki.apache.org/confluence/display/ASTERIXDB/Subquery+De-correlation Thanks! Best, Yingyi -- To view, visit https://asterix-gerrit.ics.uci.edu/579 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: I4dd130a25f3c81272cc23f844ea20e376e990612 Gerrit-PatchSet: 16 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Yingyi Bu Gerrit-Reviewer: Jenkins Gerrit-Reviewer: Michael D. Blow Gerrit-Reviewer: Preston Carman Gerrit-Reviewer: Steven Jacobs Gerrit-Reviewer: Till Westmann Gerrit-Reviewer: Yingyi Bu Gerrit-HasComments: No