Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
## New Features / Improvements

* X feature added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
* Dataflow Runner v2 has been renamed to Dataflow Portable Runner. Please refer to dataflow [pubic documentation](https://docs.cloud.google.com/dataflow/docs/runner-v2) on when to enable portable runner.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There is a typo ('pubic' instead of 'public') and some capitalization inconsistencies ('dataflow' and 'portable runner' should be capitalized).

Suggested change
* Dataflow Runner v2 has been renamed to Dataflow Portable Runner. Please refer to dataflow [pubic documentation](https://docs.cloud.google.com/dataflow/docs/runner-v2) on when to enable portable runner.
* Dataflow Runner v2 has been renamed to Dataflow Portable Runner. Please refer to Dataflow [public documentation](https://docs.cloud.google.com/dataflow/docs/runner-v2) on when to enable Portable Runner.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks fine either way, I'll let reviewer decide.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a typo there as gemini suggested. Please correct that.

Copy link
Copy Markdown
Collaborator

@shunping shunping May 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also "PreCommit Whitespace" failed with the following error:

Line 72: Missing or malformed issue link. Each entry should end with (#X): * Dataflow Runner v2 has been renamed to Dataflow Portable Runner. Please refer to dataflow pubic documentation on when to enable portable runner.


## Breaking Changes

Expand Down Expand Up @@ -2462,4 +2463,4 @@ Schema Options, it will be removed in version `2.23.0`. ([BEAM-9704](https://iss

## Highlights

- For versions 2.19.0 and older release notes are available on [Apache Beam Blog](https://beam.apache.org/blog/).
- For versions 2.19.0 and older release notes are available on [Apache Beam Blog](https://beam.apache.org/blog/).
Loading