This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a change to branch tvalentyn-gha
in repository https://gitbox.apache.org/repos/asf/beam.git


    omit ead701cf765 Install Beam from wheels in Dependency Compat Test Suite.
    omit 3dac627e918 trigger
    omit 7593608e219 Increase pyarrow upper bound. Add compat tests, and remove 
some of the compat suites for pyarrow to reduce test suite runtime.
     add 041a8dd1173 Touch Samza ValidatesRunner trigger files
     add f58a9d6680e Reapply "Add Redistribute translation to Samza runner"
     add 2196758c20b Merge pull request #31270: Reapply "Add Redistribute 
translation to Samza runner"
     add 6cb30cc5c86 setup GCP auth before running tests (#31306)
     add ede1d831152 Increase pyarrow upper bound. Add compat tests, and remove 
some of the compat suites for pyarrow to reduce test suite runtime.
     add 2e8c62d54d2 Define Python 3.12 test environments in tox.
     add f88089de8a3 Add a tox suite for Py312.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ead701cf765)
            \
             N -- N -- N   refs/heads/tvalentyn-gha (f88089de8a3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../beam_PostCommit_Java_PVR_Samza.json            |  3 +-
 ...beam_PostCommit_Java_ValidatesRunner_Samza.json |  3 +-
 .../beam_PostCommit_Python_Dependency.json         |  0
 .github/workflows/IO_Iceberg_Unit_Tests.yml        |  6 ++
 .../beam_PostCommit_Python_Dependency.yml          |  1 -
 .../beam_PostCommit_Python_Examples_Direct.yml     |  2 +-
 .github/workflows/beam_PreCommit_Python.yml        |  2 +-
 .../workflows/beam_PreCommit_Python_Dataframes.yml |  2 +-
 .../workflows/beam_PreCommit_Python_Runners.yml    |  2 +-
 .../workflows/beam_PreCommit_Python_Transforms.yml |  2 +-
 .github/workflows/python_tests.yml                 |  5 +-
 build.gradle.kts                                   |  1 +
 .../translation/RedistributeByKeyTranslator.java   | 64 ++++++++++++++++++++++
 .../samza/translation/ReshuffleTranslator.java     | 14 ++++-
 .../samza/translation/SamzaPipelineTranslator.java |  1 +
 .../test-suites/tox/{py311 => py312}/build.gradle  |  2 +-
 sdks/python/tox.ini                                | 30 +++++-----
 settings.gradle.kts                                |  1 +
 18 files changed, 113 insertions(+), 28 deletions(-)
 delete mode 100644 .github/trigger_files/beam_PostCommit_Python_Dependency.json
 create mode 100644 
runners/samza/src/main/java/org/apache/beam/runners/samza/translation/RedistributeByKeyTranslator.java
 copy sdks/python/test-suites/tox/{py311 => py312}/build.gradle (97%)

Reply via email to