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 c8afd9c2580 Bump google.golang.org/api from 0.137.0 to 0.138.0 in 
/sdks (#28056)
     add 6cae195d4ab Change GH Issue linked to ignored DICOM IT (#28097)
     add 99dfcef1427 Fix error condition checking (#28076)
     add cfd9662aebf Update `it` module. (#28113)
     add 395c4d15bb7 [Python] Get available python version and use it for 
Python SDK harness boot entry point  (#28046)
     add 8f65ba03f78 Bump github.com/proullon/ramsql from 0.0.1 to 0.1.1 in 
/sdks (#28089)
     add 50b087cb81e Bump github.com/google/uuid from 1.3.0 to 1.3.1 in /sdks 
(#28087)
     add 5ceed8eaf09 use google form for feedback (#28013)
     add 632f7d0800a Add integration tests to exercise large model (#28121)
     add 52275ebddf7 Add type hint to CounterCell (#27522)
     add b2d1c60dc77 is_service_runner now returns false  with 
dataflow_endpoint=localhost (#28128)
     add c5a9eef23a4 Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in 
/sdks (#28117)

No new revisions were added by this update.

Summary of changes:
 .../it/cassandra/CassandraResourceManager.java     | 28 ++++++----
 .../it/cassandra/CassandraResourceManagerTest.java |  3 +
 .../ElasticsearchResourceManager.java              | 27 +++++++--
 .../ElasticsearchResourceManagerTest.java          |  3 +
 it/google-cloud-platform/build.gradle              | 13 +++--
 .../org/apache/beam/it/gcp/IOLoadTestBase.java     |  2 +-
 .../java/org/apache/beam/it/gcp/LoadTestBase.java  |  6 +-
 .../beam/it/gcp/artifacts/ArtifactClient.java      |  8 +++
 .../it/gcp/bigtable/BigtableResourceManager.java   | 54 +++++++++++++++---
 .../it/gcp/dataflow/DefaultPipelineLauncher.java   | 13 ++---
 .../beam/it/gcp/datagenerator/DataGenerator.java   |  4 +-
 .../beam/it/gcp/datagenerator/package-info.java    |  1 +
 .../it/gcp/datastore/matchers/package-info.java    |  1 +
 .../apache/beam/it/gcp/kms/KMSResourceManager.java |  4 +-
 .../beam/it/gcp/pubsub/PubsubResourceManager.java  |  2 +
 .../beam/it/gcp/storage/GcsResourceManager.java    |  8 ++-
 .../apache/beam/it/gcp/bigquery/BigQueryIOLT.java  |  6 +-
 .../gcp/bigquery/BigQueryResourceManagerTest.java  |  3 +-
 .../gcp/bigtable/BigtableResourceManagerTest.java  | 47 ++++++++--------
 .../it/gcp/dataflow/ClassicTemplateClientTest.java |  2 +-
 .../gcp/dataflow/DefaultPipelineLauncherTest.java  |  2 +-
 .../it/gcp/dataflow/FlexTemplateClientTest.java    |  2 +-
 .../gcp/datastore/DatastoreResourceManagerIT.java  |  7 +--
 .../datastream/DatastreamResourceManagerTest.java  |  3 +-
 .../beam/it/gcp/kms/KMSResourceManagerIT.java      |  3 +-
 .../beam/it/gcp/kms/KMSResourceManagerTest.java    |  3 +-
 .../it/gcp/spanner/SpannerResourceManagerTest.java | 18 ------
 .../apache/beam/it/gcp/storage/FileBasedIOLT.java  |  2 +-
 .../beam/it/jdbc/MSSQLResourceManagerTest.java     |  2 +
 .../beam/it/jdbc/MySQLResourceManagerTest.java     |  2 +
 .../beam/it/jdbc/OracleResourceManagerTest.java    |  2 +
 .../beam/it/jdbc/PostgresResourceManagerTest.java  |  2 +
 .../apache/beam/it/kafka/KafkaResourceManager.java |  3 +-
 .../java/org/apache/beam/it/kafka/KafkaIOLT.java   |  2 +-
 .../beam/it/kafka/KafkaResourceManagerTest.java    |  2 +
 .../it/mongodb/MongoDBResourceManagerTest.java     |  2 +
 .../beam/it/neo4j/Neo4jResourceManagerTest.java    |  2 +
 .../beam/it/splunk/conditions/package-info.java    | 22 ++++----
 .../beam/it/splunk/matchers/package-info.java      | 22 ++++----
 .../org/apache/beam/it/splunk/package-info.java    | 22 ++++----
 .../beam/it/splunk/SplunkResourceManagerTest.java  |  2 +
 .../it/splunk/SplunkResourceManagerUtilsTest.java  |  2 +-
 .../TestContainerResourceManager.java              |  7 ++-
 .../TestContainerResourceManagerTest.java          | 11 ++++
 sdks/go.mod                                        | 22 ++++----
 sdks/go.sum                                        | 64 ++++++++++------------
 .../core/runtime/xlangx/expansionx/download.go     | 15 ++++-
 .../runtime/xlangx/expansionx/download_test.go     | 32 +++++++++++
 .../beam/sdk/io/gcp/healthcare/DicomIOReadIT.java  |  2 +-
 .../inference/huggingface_language_modeling.py     | 10 +++-
 .../inference/pytorch_language_modeling.py         | 10 +++-
 .../inference/sklearn_mnist_classification.py      | 10 +++-
 .../inference/tensorflow_mnist_classification.py   | 11 +++-
 .../inference/xgboost_iris_classification.py       | 10 +++-
 sdks/python/apache_beam/metrics/cells.py           |  7 ++-
 sdks/python/apache_beam/ml/inference/base.py       |  4 +-
 .../ml/inference/huggingface_inference_it_test.py  | 35 ++++++++++++
 .../ml/inference/pytorch_inference_it_test.py      | 35 ++++++++++++
 .../ml/inference/sklearn_inference_it_test.py      | 32 +++++++++++
 .../ml/inference/tensorflow_inference_it_test.py   | 31 +++++++++++
 .../ml/inference/xgboost_inference_it_test.py      | 34 ++++++++++++
 .../options/pipeline_options_validator.py          | 10 +++-
 .../options/pipeline_options_validator_test.py     | 12 +++-
 sdks/python/container/boot.go                      | 13 ++++-
 sdks/python/container/piputil.go                   | 19 +++++--
 sdks/python/expansion-service-container/boot.go    |  9 ++-
 website/www/site/layouts/partials/feedback.html    |  2 +-
 67 files changed, 597 insertions(+), 214 deletions(-)

Reply via email to