You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by go...@apache.org on 2021/04/15 21:24:48 UTC

[beam] branch master updated (437bdee -> 8122b33)

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

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


    from 437bdee  Merge pull request #14541 Avoid sending zero msec counters.
     add 8122b33  [BEAM-366] Populate display data in portable job representation (#14470)

No new revisions were added by this update.

Summary of changes:
 .../pipeline/src/main/proto/beam_runner_api.proto  | 15 +++--
 .../core/construction/DisplayDataTranslation.java  | 13 ++--
 .../construction/DisplayDataTranslationTest.java   | 12 ++--
 sdks/python/apache_beam/io/gcp/bigquery.py         |  3 +-
 sdks/python/apache_beam/pipeline.py                |  4 +-
 sdks/python/apache_beam/pipeline_test.py           | 74 ++++++++++++++++++++++
 sdks/python/apache_beam/portability/common_urns.py |  3 +
 sdks/python/apache_beam/transforms/display.py      | 42 ++++++++++++
 8 files changed, 145 insertions(+), 21 deletions(-)