From 6261b1ad5095cb80fd5635d64f2c40fd223e5e8c Mon Sep 17 00:00:00 2001 From: Aljoscha Krettek Date: Fri, 31 Mar 2017 11:55:00 +0200 Subject: [PATCH] Update Capability Matrix: Flink supports state/timers in batch mode --- src/_data/capability-matrix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_data/capability-matrix.yml b/src/_data/capability-matrix.yml index 89f89a27360..1dc2fad4d11 100644 --- a/src/_data/capability-matrix.yml +++ b/src/_data/capability-matrix.yml @@ -209,7 +209,7 @@ categories: - class: flink l1: 'Partially' l2: streaming, non-merging windows - l3: State is supported in streaming mode for non-merging windows. SetState and MapState are not yet supported. + l3: State is supported for non-merging windows. SetState and MapState are not yet supported. - class: spark l1: 'No' l2: not implemented @@ -572,7 +572,7 @@ categories: - class: flink l1: 'Partially' l2: streaming, non-merging windows - l3: The Flink runner support timers in non-merging windows when run in streaming mode. + l3: The Flink Runner supports timers in non-merging windows. - class: spark l1: 'No' l2: not implemented