Skip to content

Commit

Permalink
This closes apache#351
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltay committed Nov 29, 2017
2 parents da72cf2 + f49ffbb commit e49377a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions content/documentation/runners/capability-matrix/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ <h1 id="beam-capability-matrix">Beam Capability Matrix</h1>



<td width="25%" class="cap-summary" style="background-color:#ddd;border-color:#ca1"><center><b>&#x2715;</b></center>
<td width="25%" class="cap-summary" style="background-color:#fe5;border-color:#ca1"><center><b>~</b></center>
</td>


Expand Down Expand Up @@ -2177,7 +2177,7 @@ <h1 id="beam-capability-matrix">Beam Capability Matrix</h1>



<td width="25%" class="cap" style="background-color:#ddd;border-color:#ca1"><center><b>No: not implemented</b></center><br />Apex supports per-key state, so adding support for this should be easy.
<td width="25%" class="cap" style="background-color:#fe5;border-color:#ca1"><center><b>Partially: non-merging windows</b></center><br />State is supported for non-merging windows. SetState and MapState are not yet supported.
</td>


Expand Down
6 changes: 3 additions & 3 deletions src/_data/capability-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,9 @@ categories:
l2: not implemented
l3: Spark supports per-key state with <tt>mapWithState()</tt> so support should be straightforward.
- class: apex
l1: 'No'
l2: not implemented
l3: Apex supports per-key state, so adding support for this should be easy.
l1: 'Partially'
l2: non-merging windows
l3: State is supported for non-merging windows. SetState and MapState are not yet supported.
- class: gearpump
l1: 'No'
l2: not implemented
Expand Down

0 comments on commit e49377a

Please sign in to comment.