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 9AB85200CAF for ; Thu, 8 Jun 2017 00:07:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9941C160BE2; Wed, 7 Jun 2017 22:07:23 +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 DFDBC160BD0 for ; Thu, 8 Jun 2017 00:07:22 +0200 (CEST) Received: (qmail 39461 invoked by uid 500); 7 Jun 2017 22:07:22 -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 39447 invoked by uid 99); 7 Jun 2017 22:07:22 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2017 22:07:22 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id ABD08180715 for ; Wed, 7 Jun 2017 22:07:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id uylRYMnFgURP for ; Wed, 7 Jun 2017 22:07:21 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id AB09C5F36B for ; Wed, 7 Jun 2017 22:07:20 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 3F3BAE002B for ; Wed, 7 Jun 2017 22:07:20 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id EB74F21E0F for ; Wed, 7 Jun 2017 22:07:18 +0000 (UTC) Date: Wed, 7 Jun 2017 22:07:18 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-6749) Table API / SQL Docs: SQL Page MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 07 Jun 2017 22:07:23 -0000 [ https://issues.apache.org/jira/browse/FLINK-6749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16041736#comment-16041736 ] ASF GitHub Bot commented on FLINK-6749: --------------------------------------- Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4046#discussion_r120752386 --- Diff: docs/dev/table/sql.md --- @@ -82,14 +84,12 @@ val result2 = tableEnv.sql( -**TODO: Add some intro.** - {% top %} Supported Syntax ---------------- -Flink uses [Apache Calcite](https://calcite.apache.org/docs/reference.html) for SQL parsing. Currently, Flink SQL only supports query-related SQL syntax and only a subset of the comprehensive SQL standard. The following BNF-grammar describes the supported SQL features: +Flink parses SQL using [Apache Calcite](https://calcite.apache.org/docs/reference.html). Flink supports standard ANSI SQL, but it provides no supports for DML and DDL. The following BNF-grammar describes the supported SQL features: --- End diff -- We should mention that not all features are supported by batch and streaming. The `Operations` section will show which features are supported by batch and streaming. > Table API / SQL Docs: SQL Page > ------------------------------ > > Key: FLINK-6749 > URL: https://issues.apache.org/jira/browse/FLINK-6749 > Project: Flink > Issue Type: Sub-task > Components: Documentation, Table API & SQL > Affects Versions: 1.3.0 > Reporter: Fabian Hueske > Assignee: Haohui Mai > > Update and refine {{./docs/dev/table/sql.md}} in feature branch https://github.com/apache/flink/tree/tableDocs -- This message was sent by Atlassian JIRA (v6.3.15#6346)