You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2022/04/20 05:14:16 UTC

[beam] branch nightly-refs/heads/master updated (07bbd2bf403 -> c6972f4b8d9)

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

github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 07bbd2bf403 Merge pull request #17280 from ihji/BEAM-14251
     add 4b709d5456b Merge pull request #17382: [BEAM-12356] Close DatasetService leak as local variables
     add 60a9a4bce4f Change func to PTransform
     add a297ebd3ffa  [BEAM-14305] Add call to RunInference in API #17377
     add 1808a343b36 Populate actual dataflow job id to bigquery write trace id (#17130)
     add 54d3b27a898 mark static thread as a daemon thread
     add 374566d80e9 Merge pull request #17401: [BEAM-14326] mark static thread as a daemon thread
     add c6972f4b8d9 [BEAM-13866] Add miscellaneous exec unit tests (#17363)

No new revisions were added by this update.

Summary of changes:
 .../beam/core/runtime/exec/discard_test.go}        |  30 ++--
 .../pkg/beam/core/runtime/exec/translate_test.go   | 141 +++++++++++++++
 sdks/go/pkg/beam/core/runtime/exec/window_test.go  |   7 +
 .../sdk/io/gcp/bigquery/BigQueryIOMetadata.java    |   7 +
 .../sdk/io/gcp/bigquery/BigQueryQueryHelper.java   | 195 +++++++++++----------
 .../io/gcp/bigquery/BigQueryQuerySourceDef.java    |  17 +-
 .../sdk/io/gcp/bigquery/BigQueryServicesImpl.java  |  10 +-
 .../sdk/io/gcp/bigquery/BigQuerySourceBase.java    |  55 +++---
 .../beam/sdk/io/gcp/bigquery/TableSchemaCache.java |   1 +
 sdks/python/apache_beam/ml/inference/api.py        |  29 +--
 10 files changed, 325 insertions(+), 167 deletions(-)
 copy sdks/go/{examples/snippets/10metrics_test.go => pkg/beam/core/runtime/exec/discard_test.go} (54%)