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 5BB4A18ADD for ; Thu, 3 Mar 2016 17:47:52 +0000 (UTC) Received: (qmail 73606 invoked by uid 500); 3 Mar 2016 17:47:52 -0000 Delivered-To: apmail-asterixdb-notifications-archive@asterixdb.apache.org Received: (qmail 73572 invoked by uid 500); 3 Mar 2016 17:47:52 -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 73563 invoked by uid 99); 3 Mar 2016 17:47:52 -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; Thu, 03 Mar 2016 17:47:52 +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 CE6E61A04C5 for ; Thu, 3 Mar 2016 17:47:51 +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 8jYoCrckJ3pe for ; Thu, 3 Mar 2016 17:47:51 +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 C8CF45F56F for ; Thu, 3 Mar 2016 17:47:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by unhygienix.ics.uci.edu (Postfix) with ESMTP id D9B6C240CAA; Thu, 3 Mar 2016 09:43:11 -0800 (PST) Date: Thu, 3 Mar 2016 09:43:11 -0800 From: "Taewoo Kim (Code Review)" To: Taewoo Kim CC: Yingyi Bu , Jenkins , Till Westmann Reply-To: wangsaeu@yahoo.com X-Gerrit-MessageType: comment Subject: Change in hyracks[master]: Added LeftOuterUnnestMap operator. X-Gerrit-Change-Id: I4525899cf8e5e43551aa2ac2a78806ef6cc85e58 X-Gerrit-ChangeURL: X-Gerrit-Commit: c4d90600e481b59bc6371ef4084b815350b39e5a 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: <20160303174311.D9B6C240CAA@unhygienix.ics.uci.edu> Taewoo Kim has posted comments on this change. Change subject: Added LeftOuterUnnestMap operator. ...................................................................... Patch Set 4: (1 comment) https://asterix-gerrit.ics.uci.edu/#/c/638/4/algebricks/algebricks-core/src/main/java/org/apache/hyracks/algebricks/core/algebra/operators/logical/LeftOuterUnnestMapOperator.java File algebricks/algebricks-core/src/main/java/org/apache/hyracks/algebricks/core/algebra/operators/logical/LeftOuterUnnestMapOperator.java: Line 88: env.setVarType(variables.get(i), variableTypes.get(i)); > The type of a right branch variable would be a union of null and its origin Got it. Thanks! -- To view, visit https://asterix-gerrit.ics.uci.edu/638 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: I4525899cf8e5e43551aa2ac2a78806ef6cc85e58 Gerrit-PatchSet: 4 Gerrit-Project: hyracks Gerrit-Branch: master Gerrit-Owner: Taewoo Kim Gerrit-Reviewer: Jenkins Gerrit-Reviewer: Taewoo Kim Gerrit-Reviewer: Till Westmann Gerrit-Reviewer: Yingyi Bu Gerrit-HasComments: Yes