You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bo...@apache.org on 2021/01/27 23:58:55 UTC

[beam] branch master updated (9a4505e -> ebc3bc3)

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

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


    from 9a4505e  Merge pull request #13762: [BEAM-11643] Add BigDecimal support for SpannerIO
     new a9d8612  [BEAM-11679] Override PubsubUnboundedSource transform for dataflow runner v2
     new 56cebda  Populate PubsubMessage message id
     new 02ec09c  Enable tests
     new 197d338  Exclude failing FhirIO ITs
     new bc7930e  Include runner v2 IT tests in java post commit
     new ebc3bc3  Merge pull request #13797 from [BEAM-11679] Override PubsubUnboundedSource transform for dataflow runner v2

The 30389 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:
 build.gradle                                       |   1 +
 runners/google-cloud-dataflow-java/build.gradle    |  13 +-
 .../beam/runners/dataflow/DataflowRunner.java      | 207 ++++++++++++++++-----
 .../beam/runners/dataflow/TestDataflowRunner.java  |   6 +-
 .../beam/sdk/testing/TestPipelineOptions.java      |  10 +
 .../beam/sdk/io/gcp/pubsub/PubsubMessages.java     |   7 +-
 .../beam/sdk/io/gcp/pubsub/PubsubReadIT.java       |   6 +-
 7 files changed, 185 insertions(+), 65 deletions(-)