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 8c44a9ee80e Support custom id function in async_dofn (#36779)
     add d134f242c78 Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in 
/sdks (#36804)
     add de918a653f2 fix(iceberg): Incorrect $partition Metadata in Trino for 
Iceberg Tables Written via IcebergIO.writeRows with Timestamp Partitioning 
(#36562)
     add ce1b1dcbc59 Fix flaky GCS bucket deletion in 
test_create_default_bucket (#36786)
     add 1aca8519a47 Fix 
PostCommit_Java_ValidatesRunner_SparkStructuredStreaming (#36810)
     add 13949036151 Bring the Python Version update docs into the main repo 
(#36811)
     add 55c5854e6a3 Remove remaining ununsed Python 3.9 artifacts (#36812)
     add 49de281005b Convert pipeline.py type comments to type hints (#36801)
     add 61b8f416e61 Changes multimap entries Iterable to make a deep copy of 
pending adds and deletes (#36759)
     add db08b7c8c0b Type inference tests (#36776)
     add e51998b00ae Fix test_create_default_bucket: check None instead of 
NotFound (#36814)
     add 6ba393a26e9 Added function for deterministic ID for class definitions 
by hashing. (#36793)
     add 63a8be9f023 Handle query returned with empty rows gracefully on 
bigquery enrichmement (#36791)

No new revisions were added by this update.

Summary of changes:
 .../IO_Iceberg_Integration_Tests.json              |   2 +-
 ...a_ValidatesRunner_SparkStructuredStreaming.json |   2 -
 .../updating-supported-python-versions.md          |  82 ++++
 runners/spark/spark_runner.gradle                  |   2 +-
 sdks/go.mod                                        |  14 +-
 sdks/go.sum                                        |  28 +-
 .../beam/fn/harness/state/MultimapUserState.java   |  16 +-
 .../beam/sdk/io/iceberg/RecordWriterManager.java   |   5 +-
 .../internal/cloudpickle/cloudpickle.py            |  28 +-
 .../apache_beam/io/gcp/gcsio_integration_test.py   |  24 +-
 sdks/python/apache_beam/pipeline.py                | 425 +++++++++++----------
 .../transforms/enrichment_handlers/bigquery.py     |  38 +-
 .../enrichment_handlers/bigquery_it_test.py        | 141 +++++++
 .../apache_beam/transforms/ptransform_test.py      |  99 +++++
 sdks/python/container/distroless/py39/build.gradle |  28 --
 .../container/ml/py39/base_image_requirements.txt  | 228 -----------
 sdks/python/container/ml/py39/build.gradle         |  28 --
 .../container/py39/base_image_requirements.txt     | 194 ----------
 sdks/python/container/py39/build.gradle            |  28 --
 sdks/python/test-suites/dataflow/py39/build.gradle |  24 --
 sdks/python/test-suites/direct/py39/build.gradle   |  24 --
 sdks/python/test-suites/portable/py39/build.gradle |  26 --
 sdks/python/test-suites/tox/py39/build.gradle      | 236 ------------
 23 files changed, 659 insertions(+), 1063 deletions(-)
 create mode 100644 contributor-docs/updating-supported-python-versions.md
 delete mode 100644 sdks/python/container/distroless/py39/build.gradle
 delete mode 100644 sdks/python/container/ml/py39/base_image_requirements.txt
 delete mode 100644 sdks/python/container/ml/py39/build.gradle
 delete mode 100644 sdks/python/container/py39/base_image_requirements.txt
 delete mode 100644 sdks/python/container/py39/build.gradle
 delete mode 100644 sdks/python/test-suites/dataflow/py39/build.gradle
 delete mode 100644 sdks/python/test-suites/direct/py39/build.gradle
 delete mode 100644 sdks/python/test-suites/portable/py39/build.gradle
 delete mode 100644 sdks/python/test-suites/tox/py39/build.gradle

Reply via email to