scwhittle commented on code in PR #37631:
URL: https://github.com/apache/beam/pull/37631#discussion_r2845420930


##########
CHANGES.md:
##########
@@ -72,8 +75,13 @@
 
 ## Breaking Changes
 
+* Portable Java SDK now encodes SchemaCoders in a portable way 
([34672](https://github.com/apache/beam/issues/34672)).
+  - Original custom Java coder encoding can still be obtained using 
[StreamingOptions.setUpdateCompatibilityVersion("2.71")](https://github.com/apache/beam/blob/2cf0930e7ae1aa389c26ce6639b584877a3e31d9/sdks/java/core/src/main/java/org/apache/beam/sdk/options/StreamingOptions.java#L47).
+  - Fixes [36496](https://github.com/apache/beam/issues/36496), 
[30276](https://github.com/apache/beam/issues/30276), 
[29245](https://github.com/apache/beam/issues/29245).
 * The Python SDK container's `boot.go` now passes pipeline options through a 
file instead of the `PIPELINE_OPTIONS` environment variable. If a user pairs a 
new Python SDK container with an older SDK version (which does not support the 
file-based approach), the pipeline options will not be recognized and the 
pipeline will fail. Users must ensure their SDK and container versions are 
synchronized ([#37370](https://github.com/apache/beam/issues/37370)).
 
+>>>>>>> fd08df28b21a5b5e6d8a519ca000b963c53e46a2

Review Comment:
   rm



-- 
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]

Reply via email to