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 67e88d9fec9 adding nightly publish (#28255)
     add 0f39661439f Allow customizing log level in beam.LogElements (#28313)
     add 58a25c013b6 Bump golang.org/x/sys from 0.11.0 to 0.12.0 in /sdks 
(#28296)
     add de726e655ef Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in 
/sdks (#28324)
     add 72ab20cf41c Add per key models to changes.md (#28328)
     add 99b2f7bd793 Add a note about a known issue. (#28321)
     add 741e8c66b0d Better error messages on missing or malformed yaml 
providers. (#28311)
     add 0a6a6210f3e [Spark, TPCDS] Disable AQE with Spark 3.2 in TPCDS 
benchmarks to reduce overhead for complex queries (closes #28249)
     add 967e366e1be Merge pull request #28250: [Spark, TPCDS] Disable AQE with 
Spark 3.2 in TPCDS benchmarks to reduce overhead for complex queries
     add 73a9c5fb3f6 Fix Java 11 Example PreCommit GItHub Action (#28291)
     add ce04f351c2b Migrate "beam_PreCommit_SQL" Jenkins job to Github Actions 
(#28336)
     add 9954d3ed5df added beam_PostCommit_Python_Examples jobs to GitHub 
Actions (#28337)
     add 24a47b467a7 Pin orjson dependency. (#28322)
     add e3974d83274 Interpret yaml mapping elements as rows.
     add f4721d58871 Better document Create transform.
     add 214fb4fa030 Merge pull request #28334 Interpret yaml mapping elements 
as rows.
     add a1ac7521a06 [BEAM-11151]Adds the ToStringFn Bundle Processor to Golang 
(#28213)
     add 9c55daedb54 Bump golang.org/x/text from 0.12.0 to 0.13.0 in /sdks 
(#28297)
     add 61f0184c528 Retag 2.50.0 RC2 to publish multi-arch containers (#28343)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/README.md                        |  5 ++
 ...> beam_PostCommit_Python_Examples_Dataflow.yml} | 52 ++++++-------
 ... => beam_PostCommit_Python_Examples_Direct.yml} | 37 ++++------
 ...l => beam_PostCommit_Python_Examples_Flink.yml} | 39 ++++------
 ...l => beam_PostCommit_Python_Examples_Spark.yml} | 39 ++++------
 ...eam_PreCommit_Java_Examples_Dataflow_Java11.yml |  2 +
 ...ommit_SQL_Java11.yml => beam_PreCommit_SQL.yml} | 43 ++++-------
 CHANGES.md                                         | 14 ++--
 .../org/apache/beam/gradle/BeamModulePlugin.groovy | 86 ++++++++++++++--------
 release/src/main/scripts/publish_docker_images.sh  | 10 +--
 sdks/go.mod                                        | 12 +--
 sdks/go.sum                                        | 26 +++----
 .../core/runtime/exec/{flatten.go => to_string.go} | 46 +++++-------
 .../pkg/beam/core/runtime/exec/to_string_test.go   | 57 ++++++++++++++
 sdks/go/pkg/beam/core/runtime/exec/translate.go    |  3 +
 sdks/go/pkg/beam/core/runtime/graphx/translate.go  |  2 +
 sdks/java/testing/tpcds/build.gradle               |  1 +
 sdks/python/apache_beam/transforms/util.py         | 38 +++++++++-
 sdks/python/apache_beam/transforms/util_test.py    | 25 +++++++
 sdks/python/apache_beam/yaml/yaml_provider.py      | 44 ++++++++++-
 sdks/python/apache_beam/yaml/yaml_transform.py     | 15 +++-
 .../python/apache_beam/yaml/yaml_transform_test.py | 21 ++++++
 .../apache_beam/yaml/yaml_transform_unit_test.py   | 50 ++++++++-----
 .../container/py310/base_image_requirements.txt    |  4 +-
 .../container/py311/base_image_requirements.txt    |  4 +-
 .../container/py38/base_image_requirements.txt     |  4 +-
 .../container/py39/base_image_requirements.txt     |  4 +-
 sdks/python/setup.py                               |  2 +-
 website/www/site/content/en/blog/beam-2.47.0.md    |  4 +-
 website/www/site/content/en/blog/beam-2.48.0.md    |  4 +-
 website/www/site/content/en/blog/beam-2.49.0.md    |  2 +
 website/www/site/content/en/blog/beam-2.50.0.md    |  3 +-
 32 files changed, 439 insertions(+), 259 deletions(-)
 copy .github/workflows/{beam_PreCommit_Go.yml => 
beam_PostCommit_Python_Examples_Dataflow.yml} (71%)
 copy .github/workflows/{beam_PreCommit_Python_Runners.yml => 
beam_PostCommit_Python_Examples_Direct.yml} (72%)
 copy .github/workflows/{beam_PreCommit_Python_Runners.yml => 
beam_PostCommit_Python_Examples_Flink.yml} (71%)
 copy .github/workflows/{beam_PreCommit_Python_Runners.yml => 
beam_PostCommit_Python_Examples_Spark.yml} (71%)
 copy .github/workflows/{beam_PreCommit_SQL_Java11.yml => 
beam_PreCommit_SQL.yml} (80%)
 copy sdks/go/pkg/beam/core/runtime/exec/{flatten.go => to_string.go} (53%)
 create mode 100644 sdks/go/pkg/beam/core/runtime/exec/to_string_test.go

Reply via email to