Github user alpinegizmo commented on a diff in the pull request:
https://github.com/apache/flink/pull/4013#discussion_r119359420
--- Diff: docs/dev/tableApi.md ---
@@ -25,32 +25,16 @@ specific language governing permissions and limitations
under the License.
-->
-**Table API and SQL are experimental features**
+Apache Flink features two relational APIs - the Table API and SQL - for
unified stream and batch processing. The Table API is a language-integrated
query API for Scala and Java that allows to compose queries from relational
operators such as selection, filter, and join in a very intuitive way. Flink's
SQL support is based on [Apache Calcite](https://calcite.apache.org) which
implements the SQL standard. Queries specified in either interface have the
same semantics and specify the same result regardless whether the input is a
batch input (DataSet) or a stream input (DataStream).
--- End diff --
... that allows the composition of queries ...
OR
... that allows one to compose queries ...
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---