jrmccluskey commented on code in PR #32793: URL: https://github.com/apache/beam/pull/32793#discussion_r1803621820
########## CHANGES.md: ########## @@ -151,6 +151,7 @@ * The beam interactive runner does not correctly run on flink ([#31168](https://github.com/apache/beam/issues/31168)). * When using the Flink runner from Python, 1.17 is not supported and 1.12/13 do not work correctly. Support for 1.17 will be added in 2.57.0, and the ability to choose 1.12/13 will be cleaned up and fully removed in 2.57.0 as well ([#31168](https://github.com/apache/beam/issues/31168)). +* Some streaming pipeline's coder may throw and surface a NullPointerException ([#32566](https://github.com/apache/beam/pull/32566)). Review Comment: ```suggestion * Some streaming pipelines' coders may throw and surface a NullPointerException ([#32566](https://github.com/apache/beam/pull/32566)). ``` -- 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]
