This is an automated email from the ASF dual-hosted git repository.
derrickaw pushed a change to branch 20260805_addWorkflowStepCloseDependabotPRs
in repository https://gitbox.apache.org/repos/asf/beam.git
omit a3e8a66af94 tmp to derrickaw
omit 437a0b92a97 add closing step
add cb75d1b773f Updates CHANGES.md to include Delta Lake CDC
add 8a5d5d2f468 Merge pull request #39644 from
chamikaramj/update_change_log
add e793e8abab4 add Timestamp.MICROS for iceberg timestamptz (#39592)
add e2ae447bef7 Add google-api-python-client to Python 3.14 container
(#39640)
add 8bf709c0106 add aws hadoop to DeltaIO (#39617)
add 02ff2978792 [Dataflow Streaming] Remove finalizeCommits from
processWork (#39648)
add 71a7efe31c6 Update CHANGES.md for new release
add cc822c0d6b1 Moving to 2.77.0-SNAPSHOT on master branch.
add 92de1e434a2 Bump github/codeql-action from 4.37.4 to 4.37.5 (#39651)
add eea1e03cf8e [Dataflow Streaming] Remove redundant onKeyTransition call
(#39652)
add c2025088cf8 add closing step
add 94d157c0860 tmp to derrickaw
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 (a3e8a66af94)
\
N -- N -- N
refs/heads/20260805_addWorkflowStepCloseDependabotPRs (94d157c0860)
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:
.asf.yaml | 1 +
.../beam_PostCommit_Java_Delta_IO_Dataflow.json | 2 +-
.github/trigger_files/beam_PostCommit_SQL.json | 2 +-
.github/trigger_files/beam_PreCommit_SQL.json | 2 +-
.../beam_PostCommit_Java_Delta_IO_Dataflow.yml | 9 +
.github/workflows/codeql.yml | 4 +-
.github/workflows/cut_release_branch.yml | 4 +-
CHANGES.md | 50 ++--
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 1 +
gradle.properties | 4 +-
.../worker/StreamingModeExecutionContext.java | 1 -
.../work/processing/StreamingWorkScheduler.java | 4 -
.../worker/StreamingModeExecutionContextTest.java | 6 +-
scripts/beam-sql.sh | 2 +-
sdks/go/pkg/beam/core/core.go | 2 +-
.../service/WindowIntoTransformProvider.java | 1 +
.../provider/iceberg/BeamSqlCliIcebergTest.java | 6 +-
.../meta/provider/iceberg/IcebergReadWriteIT.java | 3 -
.../sdk/extensions/sql/impl/rel/BeamCalcRel.java | 40 +++
.../extensions/sql/impl/utils/CalciteUtils.java | 8 +-
.../sdk/extensions/sql/BeamComplexTypeTest.java | 32 +++
.../extensions/sql/impl/rel/BeamCalcRelTest.java | 20 ++
sdks/java/io/delta/build.gradle | 19 ++
.../org/apache/beam/sdk/io/delta/DeltaIOS3IT.java | 278 +++++++++++++++++++++
.../org/apache/beam/sdk/io/delta/DeltaIOTest.java | 19 ++
sdks/java/io/expansion-service/build.gradle | 1 +
sdks/python/apache_beam/version.py | 2 +-
.../container/base_image_requirements_manual.txt | 2 +-
.../container/py314/base_image_requirements.txt | 2 +
sdks/typescript/package.json | 2 +-
30 files changed, 483 insertions(+), 46 deletions(-)
create mode 100644
sdks/java/io/delta/src/test/java/org/apache/beam/sdk/io/delta/DeltaIOS3IT.java