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 c6972f4b8d9 [BEAM-13866] Add miscellaneous exec unit tests (#17363)
     add 26bce78bab3 [BEAM-14323] Improve IDE integration of Spark cross 
version builds
     add e4d2050ccba Merge pull request #17389: [BEAM-14323] Improve IDE 
integration of Spark cross version builds
     add 1fa7f45cf91 [BEAM-14112] Fixed ReadFromBigQuery with Interactive Beam 
(#17306)
     add c0351dfb48b [BEAM-14247] [Website] add image
     add e2e1afeb313 [BEAM-14247] [Website] center image
     add c694d22cd42 Merge pull request #17318 from 
akvelon/BEAM-14247-add-graph-model-design
     add 140706f9f55 Update .asf.yaml (#17409)
     add 03fc567d9b6 [BEAM-14336] Sickbay flight delays test - dataset seems to 
be missing (#17411)
     add ca16e4ec9f3 [BEAM-14338] Update watermark unit tests to use 
time.Time.Equals() (#17414)
     add 0c6d522f03f [BEAM-14328] Tweaks to "Differences from pandas" page 
(#17413)
     add 5ecd5a5e2ff BEAM-1857 : CHANGES.md entry for 2.38.0
     add 02e53e3a445 Merge pull request #17405: [BEAM-1857] CHANGES.md entry 
for 2.38.0
     add 5efb8a5b8e6 [BEAM-14330] Temporarily disable the clusters auto-cleanup 
(#17400)
     add dcf2a942801 [BEAM-14253] Disable broken test pending Dataflow fix
     add b37dc2aff33 Merge pull request #17415: [BEAM-14253] Disable broken 
test pending Dataflow fix
     add 70d7598ccc4 fix: BigQuery Storage Connector trace id population 
missing bracket
     add aabcc5086f0 Merge pull request #17416: [BEAM-14341]: BigQuery Storage 
Connector trace id population missing bracket
     add 5a351bb5e93 Update Beam website to release 2.38.0 (#17378)
     add 97f2bbda4c6 [BEAM-14213] Add API and construction time validation for 
Batched DoFns (#17253)
     add 2333e5cb0e3 Minor: Update release guide regarding archive.apache.org 
(#17419)
     add 2f0aaea066f [BEAM-14017] beam_PreCommit_CommunityMetrics_Cron test 
failing (#17396)

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |   2 +-
 .test-infra/metrics/build.gradle                   |  27 ++-
 CHANGES.md                                         |  15 +-
 runners/spark/2/build.gradle                       |   8 +-
 runners/spark/3/build.gradle                       |   7 +-
 runners/spark/spark_runner.gradle                  | 145 ++++++-------
 sdks/go/pkg/beam/core/runtime/exec/sdf_test.go     |   4 +-
 .../sdk/io/gcp/bigquery/BigQueryServicesImpl.java  |   7 +-
 .../beam/sdk/io/gcp/pubsublite/ReadWriteIT.java    |   2 +
 .../examples/dataframe/flight_delays_it_test.py    |   1 +
 sdks/python/apache_beam/io/gcp/bigquery.py         |  27 ++-
 .../apache_beam/io/gcp/bigquery_read_it_test.py    |  12 +
 .../dataproc/dataproc_cluster_manager_test.py      |  10 +
 .../runners/interactive/interactive_environment.py |   3 +-
 .../interactive/interactive_environment_test.py    |  49 -----
 .../runners/interactive/interactive_runner.py      |   2 +-
 .../runners/interactive/interactive_runner_test.py |  67 ++----
 .../apache_beam/transforms/batch_dofn_test.py      | 133 ++++++++++++
 sdks/python/apache_beam/transforms/core.py         |  91 ++++++++
 sdks/python/apache_beam/typehints/batch.py         | 241 +++++++++++++++++++++
 sdks/python/apache_beam/typehints/batch_test.py    | 120 ++++++++++
 website/www/site/config.toml                       |   2 +-
 website/www/site/content/en/blog/beam-2.38.0.md    | 164 ++++++++++++++
 .../site/content/en/contribute/release-guide.md    |   5 +-
 .../dsls/dataframes/differences-from-pandas.md     |  34 ++-
 .../site/content/en/get-started/beam-overview.md   |   5 +
 .../www/site/content/en/get-started/downloads.md   |  50 +++--
 website/www/site/static/images/learner_graph.png   | Bin 0 -> 124976 bytes
 28 files changed, 984 insertions(+), 249 deletions(-)
 create mode 100644 sdks/python/apache_beam/transforms/batch_dofn_test.py
 create mode 100644 sdks/python/apache_beam/typehints/batch.py
 create mode 100644 sdks/python/apache_beam/typehints/batch_test.py
 create mode 100644 website/www/site/content/en/blog/beam-2.38.0.md
 create mode 100644 website/www/site/static/images/learner_graph.png

Reply via email to