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/07/20 04:43:35 UTC

[beam] branch nightly-refs/heads/master updated (f2be8066e14 -> ba62704a464)

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 f2be8066e14 [#22319] Regenerate proto2_coder_test_messages_pb2.py manually (#22320)
     add 1abfb547bb3 Add links to the new RunInference content to Learning Resources (#22325)
     add efde3f174c7 Unskip RunInference IT tests (#22324)
     add 31cee3919ac cleaned up types in standard_coders.ts (#22316)
     add abcc9e05f82 JMH module for sdks:java:core with benchmarks for GetterBasedSchemaProvider (resolves #22181) (#22182)
     add ba38a4d6e55 Bump cloud.google.com/go/pubsub from 1.23.1 to 1.24.0 in /sdks (#22332)
     add 5dc02f5df67 Require unique names for stages.
     add ba62704a464 Merge pull request #22327 Require unique names for stages.

No new revisions were added by this update.

Summary of changes:
 sdks/go.mod                                        |   2 +-
 sdks/go.sum                                        |   8 +-
 .../timeseries => core/jmh}/build.gradle           |  16 +-
 .../GetterBasedSchemaProviderBenchmark.java        | 119 ++++++++++++
 .../org/apache/beam/sdk/schemas/RowBundle.java     | 191 +++++++++++++++++++
 .../org/apache/beam/sdk/schemas/RowBundles.java    | 208 +++++++++++++++++++++
 .../org/apache/beam/sdk/schemas/package-info.java} |   3 +-
 .../ml/inference/pytorch_inference_it_test.py      |  22 +--
 .../ml/inference/sklearn_inference_it_test.py      |   9 +-
 .../src/apache_beam/coders/standard_coders.ts      |  85 ++++-----
 .../src/apache_beam/internal/pipeline.ts           |  13 +-
 sdks/typescript/src/apache_beam/testing/assert.ts  |  31 +--
 .../apache_beam/transforms/group_and_combine.ts    | 110 ++++++-----
 sdks/typescript/test/docs/programming_guide.ts     |  25 ++-
 sdks/typescript/test/primitives_test.ts            |   4 +-
 settings.gradle.kts                                |   1 +
 .../documentation/resources/learning-resources.md  |   1 +
 17 files changed, 704 insertions(+), 144 deletions(-)
 copy sdks/java/{extensions/timeseries => core/jmh}/build.gradle (80%)
 create mode 100644 sdks/java/core/jmh/src/main/java/org/apache/beam/sdk/schemas/GetterBasedSchemaProviderBenchmark.java
 create mode 100644 sdks/java/core/jmh/src/main/java/org/apache/beam/sdk/schemas/RowBundle.java
 create mode 100644 sdks/java/core/jmh/src/main/java/org/apache/beam/sdk/schemas/RowBundles.java
 copy sdks/{typescript/src/apache_beam/options/pipeline_options.ts => java/core/jmh/src/main/java/org/apache/beam/sdk/schemas/package-info.java} (92%)