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

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


*** WARNING: tag nightly-master was modified! ***

    from b86fcf9  (commit)
      to 7b30339  (commit)
    from b86fcf9  Merge pull request #15093: [BEAM-12383] Go Kafka integration 
test and framework changes.
     add f9a4bfc  [BEAM-11289] [Python] Integrate Google Cloud Recommendations 
AI functionality (#14806)
     add 5690af7  [BEAM-12422] Removing unnecessary log4j-api dependency
     add 68c56f8  Merge pull request #15098: [BEAM-12422] Vendored gRPC: 
Removing unnecessary log4j-api dependency
     add 07bf18a  Update README to mention modules and Go versions. (#15109)
     add 7b30339  [BEAM-12548] Add EqualsList functionality to PAssert (#15110)

No new revisions were added by this update.

Summary of changes:
 .../apache/beam/gradle/GrpcVendoring_1_36_0.groovy |   3 -
 sdks/go/README.md                                  |  11 +-
 sdks/go/pkg/beam/testing/passert/equals.go         |  14 +
 sdks/go/pkg/beam/testing/passert/equals_test.go    | 123 +++--
 .../apache_beam/ml/gcp/recommendations_ai.py       | 585 +++++++++++++++++++++
 .../apache_beam/ml/gcp/recommendations_ai_test.py  | 207 ++++++++
 .../ml/gcp/recommendations_ai_test_it.py           | 108 ++++
 .../testing/load_tests/load_test_metrics_utils.py  |   2 +-
 sdks/python/setup.py                               |   3 +-
 9 files changed, 1004 insertions(+), 52 deletions(-)
 create mode 100644 sdks/python/apache_beam/ml/gcp/recommendations_ai.py
 create mode 100644 sdks/python/apache_beam/ml/gcp/recommendations_ai_test.py
 create mode 100644 sdks/python/apache_beam/ml/gcp/recommendations_ai_test_it.py

Reply via email to