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 2660E200BCF for ; Mon, 5 Dec 2016 09:23:06 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 253A9160AF9; Mon, 5 Dec 2016 08:23:06 +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 61C8C160B17 for ; Mon, 5 Dec 2016 09:23:05 +0100 (CET) Received: (qmail 19495 invoked by uid 500); 5 Dec 2016 08:22:59 -0000 Mailing-List: contact dev-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list dev@flink.apache.org Received: (qmail 19166 invoked by uid 99); 5 Dec 2016 08:22:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2016 08:22:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B37412C2AB6 for ; Mon, 5 Dec 2016 08:22:58 +0000 (UTC) Date: Mon, 5 Dec 2016 08:22:58 +0000 (UTC) From: "Fabian Hueske (JIRA)" To: dev@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLINK-5256) Extend DataSetSingleRowJoin to support Left and Right joins MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 05 Dec 2016 08:23:06 -0000 Fabian Hueske created FLINK-5256: ------------------------------------ Summary: Extend DataSetSingleRowJoin to support Left and Right joins Key: FLINK-5256 URL: https://issues.apache.org/jira/browse/FLINK-5256 Project: Flink Issue Type: Improvement Components: Table API & SQL Affects Versions: 1.2.0 Reporter: Fabian Hueske The {{DataSetSingleRowJoin}} is a broadcast-map join that supports arbitrary inner joins where one input is a single row. I found that Calcite translates certain subqueries into non-equi left and right joins with single input. These cases can be handled if the {{DataSetSingleRowJoin}} is extended to support outer joins on the non-single-row input, i.e., left joins if the right side is single input and vice versa. -- This message was sent by Atlassian JIRA (v6.3.4#6332)