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 301BB200BDA for ; Tue, 13 Dec 2016 13:33:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2ECE6160B36; Tue, 13 Dec 2016 12:33:01 +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 A4EF4160B23 for ; Tue, 13 Dec 2016 13:33:00 +0100 (CET) Received: (qmail 38503 invoked by uid 500); 13 Dec 2016 12:32:59 -0000 Mailing-List: contact issues-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 issues@flink.apache.org Received: (qmail 38481 invoked by uid 99); 13 Dec 2016 12:32:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2016 12:32:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B08702C03E1 for ; Tue, 13 Dec 2016 12:32:59 +0000 (UTC) Date: Tue, 13 Dec 2016 12:32:59 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-5304) Change method name from crossApply to join in Table API MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 13 Dec 2016 12:33:01 -0000 [ https://issues.apache.org/jira/browse/FLINK-5304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745043#comment-15745043 ] ASF GitHub Bot commented on FLINK-5304: --------------------------------------- Github user fhueske commented on the issue: https://github.com/apache/flink/pull/2978 Merging > Change method name from crossApply to join in Table API > ------------------------------------------------------- > > Key: FLINK-5304 > URL: https://issues.apache.org/jira/browse/FLINK-5304 > Project: Flink > Issue Type: Improvement > Components: Table API & SQL > Reporter: Jark Wu > Assignee: Jark Wu > > Currently, the UDTF in Table API is used with {{crossApply}}, but is used with JOIN in SQL. UDTF is something similar to Table, so it make sense to use {{.join("udtf(c) as (s)")}} in Table API too, and join is more familiar to users than {{crossApply}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)