You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2019/10/04 16:30:18 UTC

[beam] branch master updated: Update capability-matrix.yml

This is an automated email from the ASF dual-hosted git repository.

altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 929c7ee  Update capability-matrix.yml
     new 63344d5  Merge pull request #9670 from Jofre/patch-2
929c7ee is described below

commit 929c7ee8310c7439fb9caa67686483860fc56781
Author: Jofre <jo...@gmail.com>
AuthorDate: Thu Sep 26 20:56:36 2019 +0200

    Update capability-matrix.yml
    
    Follow-up from https://github.com/apache/beam/pull/9234
    
    R: @pabloem
---
 website/src/_data/capability-matrix.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/src/_data/capability-matrix.yml b/website/src/_data/capability-matrix.yml
index 249ed20..fb3eaa0 100644
--- a/website/src/_data/capability-matrix.yml
+++ b/website/src/_data/capability-matrix.yml
@@ -452,7 +452,7 @@ categories:
             l2: user-provided metrics
             l3: Allow transforms to gather simple metrics across bundles in a <tt>PTransform</tt>. Provide a mechanism to obtain both committed and attempted metrics. Semantically similar to using an additional output, but support partial results as the transform executes, and support both committed and attempted values. Will likely want to augment <tt>Metrics</tt> to be more useful for processing unbounded data by making them windowed.
           - class: dataflow
-            l1: 'Yes'
+            l1: 'Partially'
             l2: ''
             l3: Gauge metrics are not supported. All other metric types are supported.
           - class: flink