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 2f75792d044 Flink 1.20 support (#36893)
add 436662293b6 Bump github.com/nats-io/nats-server/v2 from 2.12.1 to
2.12.2 in /sdks (#36816)
add c72970d0ee3 Fix CSP issues (#36902)
add baa1751d837 comment out potential race condition until further
investigation in enrichment test (#36907)
add 744275030ac Moving to 2.71.0-SNAPSHOT on master branch.
add bdd042509b6 Update CHANGES.md to have fields for 2.71.0 release
add 2ffd443b986 Fix inconsistent handling of Firestore Project and
Database ID (#36895)
add 80ba916e94d fix retry scenario for query to table materialization
(#36912)
add 7323fb82cb5 split hdfs into extra (#36773)
add dde8937c124 Update CHANGES to mention extras changes (#36875)
add 31612929b02 Re-enable "PostCommit XVR GoUsingJava Dataflow" in cron
(#36909)
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 1 +
.../beam_PostCommit_XVR_GoUsingJava_Dataflow.json | 4 +-
.../beam_PostCommit_XVR_GoUsingJava_Dataflow.yml | 8 ++-
CHANGES.md | 34 +++++++---
build.gradle.kts | 1 +
gradle.properties | 4 +-
scripts/beam-sql.sh | 2 +-
sdks/go.mod | 6 +-
sdks/go.sum | 12 ++--
sdks/go/pkg/beam/core/core.go | 2 +-
sdks/go/test/integration/integration.go | 3 +
.../beam/sdk/io/gcp/bigquery/BigQueryIO.java | 2 +
.../gcp/bigquery/BigQueryStorageQuerySource.java | 22 ++++++
.../sdk/io/gcp/firestore/FirestoreOptions.java | 5 +-
.../FirestoreStatefulComponentFactory.java | 23 +++++--
.../sdk/io/gcp/firestore/FirestoreV1WriteFn.java | 4 +-
.../gcp/firestore/BaseFirestoreV1WriteFnTest.java | 8 +--
...storeV1FnBatchWriteWithDeadLetterQueueTest.java | 2 +-
.../FirestoreV1FnBatchWriteWithSummaryTest.java | 2 +-
.../sdk/io/gcp/firestore/it/BaseFirestoreIT.java | 3 +-
sdks/python/apache_beam/io/hadoopfilesystem.py | 11 ++-
.../python/apache_beam/io/hadoopfilesystem_test.py | 7 ++
sdks/python/apache_beam/version.py | 2 +-
.../yaml/extended_tests/data/enrichment.yaml | 78 +++++++++++-----------
sdks/python/setup.py | 2 +-
sdks/python/tox.ini | 9 +--
sdks/typescript/package.json | 2 +-
.../site/assets/css/fontawesome/release-v5.4.1.css | 5 ++
website/www/site/assets/css/roboto/roboto.css | 35 ++++++++++
.../site/assets/css/swiper@8/swiper-bundle.min.css | 13 ++++
.../www/site/assets/js/jquery/jquery-2.2.4.min.js | 4 ++
website/www/site/layouts/partials/head.html | 8 +--
.../www/site/layouts/partials/head_homepage.html | 8 +--
website/www/site/static/.htaccess | 5 +-
34 files changed, 236 insertions(+), 101 deletions(-)
create mode 100644 website/www/site/assets/css/fontawesome/release-v5.4.1.css
create mode 100644 website/www/site/assets/css/roboto/roboto.css
create mode 100644 website/www/site/assets/css/swiper@8/swiper-bundle.min.css
create mode 100644 website/www/site/assets/js/jquery/jquery-2.2.4.min.js