You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2021/03/09 23:32:10 UTC

[beam] branch master updated (648f6ac -> 485b581)

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

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


    from 648f6ac  [BEAM-7372][BEAM-9372] Cleanup py2 and py35 codepath from runners (#14137)
     add 01bc05f  Exclude uses of slf4j Logger from checkerframework, since it is not annotated
     add 819876d  Eliminate nullness errors in DataflowMetrics
     new 485b581  Merge pull request #14175: [BEAM-10402] Turn on nullness checking in DataflowMetrics

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |  4 +
 .../beam/runners/dataflow/DataflowMetrics.java     | 88 +++++++++++++---------
 2 files changed, 55 insertions(+), 37 deletions(-)


[beam] 01/01: Merge pull request #14175: [BEAM-10402] Turn on nullness checking in DataflowMetrics

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 485b581f63965a9984ed300efdb3913f32d9d5f5
Merge: 648f6ac 819876d
Author: Kenn Knowles <ke...@apache.org>
AuthorDate: Tue Mar 9 15:31:32 2021 -0800

    Merge pull request #14175: [BEAM-10402] Turn on nullness checking in DataflowMetrics

 .../org/apache/beam/gradle/BeamModulePlugin.groovy |  4 +
 .../beam/runners/dataflow/DataflowMetrics.java     | 88 +++++++++++++---------
 2 files changed, 55 insertions(+), 37 deletions(-)