You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Python: Argument abbreviation is no longer enabled within Beam. If you previously abbreviated arguments (e.g. `--r` for `--runner`), you will now need to specify the whole argument ([#34934](https://github.com/apache/beam/pull/34934)).
89
+
* Java: Users of ReadFromKafkaViaSDF transform might encounter pipeline graph compatibility issues when updating the pipeline. To mitigate, set the `updateCompatibilityVersion` option to the SDK version used for the original pipeline, example `--updateCompatabilityVersion=2.64.0`
89
90
90
91
## Deprecations
91
92
@@ -94,6 +95,7 @@
94
95
## Bugfixes
95
96
96
97
* Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
98
+
* (Java) Fixed cassandraIO ReadAll does not let a pipeline handle or retry exceptions ([#34191](https://github.com/apache/beam/pull/34191)).
-[ ] Run all jenkins suites and include links to passing tests in the voting
805
+
-[ ] Run all GitHub Action suites and include links to passing tests in the voting
806
806
email.
807
807
-[ ] Pull docker images to make sure they are pullable. (e.g. `docker pull apache/beam_python3.12_sdk:2.64.0rc2`)
808
808
-[ ][Google Internal] You have performed the internal Dataflow container release workflows (these take ~3 hours).
@@ -1189,7 +1189,7 @@ A PR should have already been created (and possibly merged) by github-actions bo
1189
1189
by looking at open PRs from that bot - https://github.com/apache/beam/pulls/app%2Fgithub-actions
1190
1190
1191
1191
If a PR has not been merged, drive it to completion.
1192
-
If no PR was created, triage any failures in https://github.com/apache/beam/actions/workflows/beam_Publish_Website.yml and manually regenerate dependencies,
1192
+
If no PR was created, triage any failures in https://github.com/apache/beam/actions/workflows/update_python_dependencies.yml and manually regenerate dependencies,
1193
1193
following https://cwiki.apache.org/confluence/display/BEAM/Python+Tips#PythonTips-HowtoupdatedependenciesthatareinstalledinPythoncontainerimages
0 commit comments