Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AF0E31940F for ; Mon, 11 Apr 2016 15:42:25 +0000 (UTC) Received: (qmail 82602 invoked by uid 500); 11 Apr 2016 15:42:25 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 82541 invoked by uid 500); 11 Apr 2016 15:42:25 -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 82525 invoked by uid 99); 11 Apr 2016 15:42:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Apr 2016 15:42:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7895F2C14F7 for ; Mon, 11 Apr 2016 15:42:25 +0000 (UTC) Date: Mon, 11 Apr 2016 15:42:25 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-3640) Add support for SQL queries in DataSet programs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLINK-3640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15235319#comment-15235319 ] ASF GitHub Bot commented on FLINK-3640: --------------------------------------- Github user vasia commented on the pull request: https://github.com/apache/flink/pull/1867#issuecomment-208408620 Thanks for the comments! I've made the changes and will merge. > Add support for SQL queries in DataSet programs > ----------------------------------------------- > > Key: FLINK-3640 > URL: https://issues.apache.org/jira/browse/FLINK-3640 > Project: Flink > Issue Type: New Feature > Components: Table API > Affects Versions: 1.1.0 > Reporter: Vasia Kalavri > Assignee: Vasia Kalavri > > This issue covers the task of supporting SQL queries embedded in DataSet programs. In this mode, the input and output of a SQL query is a Table. For this issue, we need to make the following additions to the Table API: > - add a {{tEnv.sql(query: String): Table}} method for converting a query result into a Table > - integrate Calcite's SQL parser into the batch Table API translation process. -- This message was sent by Atlassian JIRA (v6.3.4#6332)