You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tw...@apache.org on 2017/01/20 13:18:07 UTC

flink git commit: [hotfix] [table] Update documentation about limitations

Repository: flink
Updated Branches:
  refs/heads/master 1fc34502e -> 8ccedd103


[hotfix] [table] Update documentation about limitations


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/8ccedd10
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/8ccedd10
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/8ccedd10

Branch: refs/heads/master
Commit: 8ccedd103f1c6f31047e4dcd62b7bf4889e89d0f
Parents: 1fc3450
Author: twalthr <tw...@apache.org>
Authored: Fri Jan 20 14:17:45 2017 +0100
Committer: twalthr <tw...@apache.org>
Committed: Fri Jan 20 14:17:45 2017 +0100

----------------------------------------------------------------------
 docs/dev/table_api.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/8ccedd10/docs/dev/table_api.md
----------------------------------------------------------------------
diff --git a/docs/dev/table_api.md b/docs/dev/table_api.md
index 78f9a43..f2f398c 100644
--- a/docs/dev/table_api.md
+++ b/docs/dev/table_api.md
@@ -1279,7 +1279,7 @@ A session window is defined by using the `Session` class as follows:
 Currently the following features are not supported yet:
 
 - Row-count windows on event-time
-- Session windows on batch tables
+- Non-grouped session windows on batch tables
 - Sliding windows on batch tables
 
 SQL