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 f07d2a2 (commit)
to 0b369a5 (commit)
from f07d2a2 Merge pull request #14941 from ibzib/BEAM-12439
add 9832f78 Merge pull request #14949: [BEAM-12356] Cache and shutdown
BigQuery services
add b605adc [BEAM-12379] Verify proxies in frames_test.py, and address
some proxy errors (#14853)
add 653151f Minor: Update link to wordcount pipeline, link to all
examples (#14973)
add 3437695 Add a blog post on how to perform release validations (#13724)
add de29bc5 Merge pull request #11296 from [BEAM-9640] Sketching
watermark tracking on FnApiRunner
add 0cafed1 Use functools.wraps in @progress_indicator
add fd9a6bd Merge pull request #14957 from
TheNeuralBit/interactive-beam-docs
add 7e24935 [BEAM-12465] Fix nested subscripted Generics
add a37b04f [BEAM-12469] Fix _unified_repr to not expect __name__ to
exist.
add c55f1ae Merge pull request #14975: [BEAM-12465] Fix nested
subscripted Generics
add 8c124c3 Publish 2.30.0 release on Beam website
add ca00ace Merge pull request #14894 from ihji/doc-2.30.0
add f385b09 Publish blog article for 2.30.0 release
add 803a6aa Merge pull request #14895 from ihji/blog-2.30.0
add f3b1f5e [BEAM-12470] Increase input size of
ReshuffleTest.testAssignShardFn to avoid flakiness
add 81a46a9 Merge pull request #14981 from y1chi/BEAM-12470
add f6b00a2 [BEAM-8137] Add Main method to ExternalWorkerService (#14942)
add bfea8c7 Add linux aarch64 wheel build support
add 0b369a5 [BEAM-10982] Add linux aarch64 wheel build support #14832
No new revisions were added by this update.
Summary of changes:
.github/workflows/build_wheels.yml | 13 +-
.../runners/core/construction/Environments.java | 20 +-
.../runners/portability/ExternalWorkerService.java | 60 ++++-
.../apache/beam/sdk/transforms/ReshuffleTest.java | 8 +-
.../sdk/io/gcp/bigquery/BatchedStreamingWrite.java | 27 ++-
.../beam/sdk/io/gcp/bigquery/BigQueryHelpers.java | 15 +-
.../beam/sdk/io/gcp/bigquery/BigQueryServices.java | 4 +-
.../sdk/io/gcp/bigquery/BigQueryServicesImpl.java | 10 +
.../sdk/io/gcp/bigquery/CreateTableHelpers.java | 5 +-
.../gcp/bigquery/DynamicDestinationsHelpers.java | 11 +-
.../gcp/bigquery/StorageApiFinalizeWritesDoFn.java | 12 +
.../bigquery/StorageApiFlushAndFinalizeDoFn.java | 12 +
.../bigquery/StorageApiWriteUnshardedRecords.java | 22 +-
.../bigquery/StorageApiWritesShardedRecords.java | 31 ++-
.../beam/sdk/io/gcp/bigquery/WriteRename.java | 26 ++-
.../beam/sdk/io/gcp/bigquery/WriteTables.java | 37 ++-
.../sdk/io/gcp/testing/FakeDatasetService.java | 3 +
.../beam/sdk/io/gcp/testing/FakeJobService.java | 3 +
sdks/python/apache_beam/dataframe/frames.py | 21 +-
sdks/python/apache_beam/dataframe/frames_test.py | 168 ++++++++++----
.../apache_beam/dataframe/pandas_doctests_test.py | 14 +-
.../examples/dataframe/taxiride_test.py | 2 +-
.../apache_beam/runners/interactive/utils.py | 2 +
.../runners/portability/fn_api_runner/execution.py | 35 +--
.../runners/portability/fn_api_runner/fn_runner.py | 257 +++++++++++++++++----
.../portability/fn_api_runner/translations.py | 18 +-
.../fn_api_runner/visualization_tools.py | 115 +++++++++
.../portability/fn_api_runner/watermark_manager.py | 171 ++++++++++++++
.../typehints/native_type_compatibility_test.py | 13 ++
sdks/python/apache_beam/typehints/typehints.py | 20 +-
.../python/apache_beam/typehints/typehints_test.py | 9 +
website/www/site/config.toml | 2 +-
website/www/site/content/en/blog/beam-2.30.0.md | 80 +++++++
.../site/content/en/blog/validate-beam-release.md | 108 +++++++++
.../site/content/en/contribute/release-guide.md | 2 +
.../en/documentation/dsls/dataframes/overview.md | 4 +-
.../www/site/content/en/get-started/downloads.md | 8 +
website/www/site/data/authors.yml | 3 +
website/www/site/static/.htaccess | 2 +-
39 files changed, 1191 insertions(+), 182 deletions(-)
create mode 100644
sdks/python/apache_beam/runners/portability/fn_api_runner/visualization_tools.py
create mode 100644
sdks/python/apache_beam/runners/portability/fn_api_runner/watermark_manager.py
create mode 100644 website/www/site/content/en/blog/beam-2.30.0.md
create mode 100644 website/www/site/content/en/blog/validate-beam-release.md