Abacn commented on code in PR #22577: URL: https://github.com/apache/beam/pull/22577#discussion_r937310676
########## CHANGES.md: ########## @@ -60,13 +60,45 @@ ## I/Os +* Support for X source added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)). +* Projection Pushdown optimizer is now on by default for streaming, matching the behavior of batch pipelines since 2.38.0. If you encounter a bug with the optimizer, please file an issue and disable the optimizer using pipeline option `--experiments=disable_projection_pushdown`. + +## New Features / Improvements + +* X feature added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)). +* Added support for Zstd compression to the Python SDK. + +## Breaking Changes + +* X behavior was changed ([#X](https://github.com/apache/beam/issues/X)). +* Projection Pushdown optimizer may break Dataflow upgrade compatibility for optimized pipelines when it removes unused fields. If you need to upgrade and encounter a compatibility issue, disable the optimizer using pipeline option `--experiments=disable_projection_pushdown`. Review Comment: Oops missed this one. It should go to v2.41.0 CHANGES, but added to the template in #22049 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
