Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/3829#discussion_r139468885
--- Diff: docs/dev/table/common.md ---
@@ -407,6 +506,14 @@ A batch `Table` can only be written to a
`BatchTableSink`, while a streaming tab
Please see the documentation about [Table Sources & Sinks]({{ site.baseurl
}}/dev/table/sourceSinks.html) for details about available sinks and
instructions for how to implement a custom `TableSink`.
+There're two ways to emit a table:
--- End diff --
I try to avoid contractions in the docs. `There're` - >`There are`
---