This is an automated email from the ASF dual-hosted git repository. arvid pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit 7f4659c1b49c6dac9feb4a1752d54d144d6d2920 Author: Alexander Preuß <[email protected]> AuthorDate: Fri Sep 3 15:08:39 2021 +0200 [hotfix][docs] Fix sentence --- docs/content/docs/try-flink/table_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/try-flink/table_api.md b/docs/content/docs/try-flink/table_api.md index b63ec10..6067364 100644 --- a/docs/content/docs/try-flink/table_api.md +++ b/docs/content/docs/try-flink/table_api.md @@ -200,7 +200,7 @@ This means the timestamp column needs be be rounded down from millisecond to hou Flink supports developing relational applications in pure [SQL]({{< ref "docs/dev/table/sql/overview" >}}) or using the [Table API]({{< ref "docs/dev/table/tableApi" >}}). The Table API is a fluent DSL inspired by SQL, that can be written in Python, Java, or Scala and supports strong IDE integration. Just like a SQL query, Table programs can select the required fields and group by your keys. -These features, along with [built-in functions]({{< ref "docs/dev/table/functions/systemFunctions" >}}) like `floor` and `sum`, you can write this report. +These features, along with [built-in functions]({{< ref "docs/dev/table/functions/systemFunctions" >}}) like `floor` and `sum`, enable you to write this report. ```java public static Table report(Table transactions) {
