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/27 04:36:45 UTC

[beam] branch nightly-refs/heads/master updated (07f30d221e4 -> 74d8fd54c9e)

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 07f30d221e4 Merge pull request #17418 from ihji/BEAM-14343
     add 5929eb6ea13 Remove unnecessary decorator from RunInference interface (#17463)
     add 2418a14ee99 [BEAM-13590] Minor deprecated warning fix (#17453)
     add 38558ced724 [BEAM-12164]: fix the negative throughput issue (#17461)
     add 1ff1329b2a2 Updated goldens for the screen diff integration tests (#17467)
     add 429afcdc57f fixes copy by value error for bytes.Buffer in Error (#17469)
     add 0654109a7cb Merge pull request #17354 from [BEAM-14170] - Create a test that runs sickbayed tests ( Python Sickbay tests)
     add 8ecd5139755 Merge pull request #17447 from [BEAM-14357] Fix BigqueryFullResultStreamingMatcher unit test
     add 1483799754f [BEAM-14324, BEAM-14325] Staticcheck cleanup in test files (#17393)
     add 4a3d1ac20db FhirIO: use .search() or .searchType instead of .setResourceType()
     add 287cb9f2dca Merge pull request #17315 from [BEAM-14280] FhirIO: use .search() or .searchType() instead of SearchResourceRequest.setResourceType()
     add 74d8fd54c9e BEAM-14187 Fix NPE (#17454)

No new revisions were added by this update.

Summary of changes:
 .test-infra/jenkins/README.md                      |   3 +++
 ...groovy => job_PostCommit_Python_Sickbay.groovy} |  15 ++++++-------
 build.gradle.kts                                   |  17 ++++++++++++++
 .../runners/dataflow/worker/IsmReaderImpl.java     |   3 ++-
 sdks/go/pkg/beam/artifact/materialize_test.go      |   4 ++--
 sdks/go/pkg/beam/core/funcx/fn_test.go             |   2 ++
 sdks/go/pkg/beam/core/graph/coder/panes_test.go    |   4 ++--
 .../io/gcp/healthcare/HttpHealthcareApiClient.java |  25 +++++++++++++++++----
 .../restriction/ThroughputEstimator.java           |   3 ++-
 .../beam/sdk/io/gcp/healthcare/FhirIOSearchIT.java |  16 ++++++++-----
 .../restriction/ThroughputEstimatorTest.java       |   8 +++++++
 .../apache_beam/io/gcp/gcsio_integration_test.py   |   8 +++----
 .../io/gcp/tests/bigquery_matcher_test.py          |  13 +++++------
 sdks/python/apache_beam/io/parquetio_test.py       |   6 ++---
 sdks/python/apache_beam/ml/inference/api.py        |   1 -
 .../runners/direct/transform_evaluator.py          |   2 +-
 .../Darwin/29c9237ddf4f3d5988a503069b4d3c47.png    | Bin 67308 -> 67164 bytes
 .../Darwin/7a35f487b2a5f3a9b9852a8659eeb4bd.png    | Bin 750154 -> 787570 bytes
 sdks/python/pytest.ini                             |   1 +
 sdks/python/test-suites/dataflow/common.gradle     |  20 +++++++++++++++++
 20 files changed, 112 insertions(+), 39 deletions(-)
 copy .test-infra/jenkins/{job_PostCommit_Python.groovy => job_PostCommit_Python_Sickbay.groovy} (76%)