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 f6b43ce1736 Revert "assign highmem runner to beam_PostCommit_Python
and to beam_PreCommit_Java_GCP_IO_Direct (#28719)" (#28804)
add 95af465f0df yaml label (#28813)
add 9efdf6be61e Fix SpannerChangeStreamErrorTest.java and stop disabling
tests (#28751)
add a9684c5563d TPC-DS: Fix CSV format
add 0a560fc09d8 Merge pull request #28819: TPC-DS: Fix CSV format
add 3cae5ada4f6 Fix dtype usage (#28797)
add 9ed9c059fec Fix method argument handling for pandas 2.1 (#28816)
add 659b22089e6 Fix arm tests on Python PostCommit (#28740)
add f30f6c5e220 [Blog] Quest updated dates (#28824)
add b221d804998 Add job name and worker id to traceId of
AppendRowsRequest. (#28729)
add 3e22be4d310 Revert "Bump com.avast.gradle:gradle-docker-compose-plugin
(#28465)" (#28828)
add c2666e11497 Add num_workers and save_main_session flag to
auto_model_refresh notebook (#28777)
add 6f4e2852311 Fix spotless on master (#28831)
add 161cd6b1c8d Gradle 8 support (#28756)
No new revisions were added by this update.
Summary of changes:
.github/autolabeler.yml | 1 +
.github/workflows/beam_PostCommit_Python_Arm.yml | 22 +-
.../workflows/beam_PreCommit_CommunityMetrics.yml | 4 +-
.test-infra/metrics/build.gradle | 2 +-
buildSrc/build.gradle.kts | 17 +-
.../org/apache/beam/gradle/BeamDockerPlugin.groovy | 325 ++++++
.../apache/beam/gradle/BeamDockerRunPlugin.groovy | 143 +++
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 29 +-
.../org/apache/beam/gradle/VendorJavaPlugin.groovy | 2 +-
.../beam-ml/automatic_model_refresh.ipynb | 1133 +++++++++-----------
gradle/wrapper/gradle-wrapper.jar | Bin 61624 -> 63721 bytes
gradle/wrapper/gradle-wrapper.properties | 3 +-
gradlew | 19 +-
playground/kafka-emulator/build.gradle | 4 +-
sdks/java/container/common.gradle | 2 +
.../sdk/extensions/gcp/util/GceMetadataUtil.java | 50 +-
sdks/java/io/google-cloud-platform/build.gradle | 4 +-
.../sdk/io/gcp/bigquery/BigQueryIOMetadata.java | 34 +-
.../sdk/io/gcp/bigquery/BigQueryServicesImpl.java | 15 +-
.../SpannerChangeStreamErrorTest.java | 181 +++-
.../apache/beam/sdk/tpcds/SqlTransformRunner.java | 3 +-
sdks/python/apache_beam/dataframe/frames.py | 14 +-
sdks/python/scripts/run_integration_test.sh | 9 +
sdks/python/test-suites/dataflow/common.gradle | 3 +
website/www/site/content/en/blog/beamquest.md | 2 +-
25 files changed, 1299 insertions(+), 722 deletions(-)
create mode 100644
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamDockerPlugin.groovy
create mode 100644
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamDockerRunPlugin.groovy