Skip to content

Commit bf4bf81

Browse files
authored
Update CHANGES.md to show issue #36470 is fixed in 2.69.0 release. (#36477)
1 parent fb80584 commit bf4bf81

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
* PulsarIO has now changed support status from incomplete to experimental. Both read and writes should now minimally
100100
function (un-partitioned topics, without schema support, timestamp ordered messages for read) (Java)
101101
([#36141](https://github.com/apache/beam/issues/36141)).
102+
* Fixed Spanner Change Stream reading stuck issue due to watermark of partition moving backwards ([#36470](https://github.com/apache/beam/issues/36470)).
102103

103104
## Known Issues
104105

@@ -153,7 +154,11 @@
153154
* (Python) Fixed Java YAML provider fails on Windows ([#35617](https://github.com/apache/beam/issues/35617)).
154155
* Fixed BigQueryIO creating temporary datasets in wrong project when temp_dataset is specified with a different project than the pipeline project. For some jobs, temporary datasets will now be created in the correct project (Python) ([#35813](https://github.com/apache/beam/issues/35813)).
155156
* (Go) Fix duplicates due to reads after blind writes to Bag State ([#35869](https://github.com/apache/beam/issues/35869)).
156-
* Earlier Go SDK versions can avoid the issue by not reading in the same call after a blind write.
157+
* Earlier Go SDK versions can avoid the issue by not reading in the same call after a blind write.
158+
159+
## Known Issues
160+
161+
* ([#36470](https://github.com/apache/beam/issues/36470)). Spanner Change Stream reading stuck issue due to watermark of partition moving backwards. This issue exists in 2.67.0 and 2.68.0. To mitigate the issue, either use old version 2.66.0 or go to 2.69.0.
157162

158163
# [2.67.0] - 2025-08-12
159164

@@ -201,6 +206,7 @@
201206
## Known Issues
202207

203208
* ([#35666](https://github.com/apache/beam/issues/35666)). YAML Flatten incorrectly drops fields when input PCollections' schema are different. This issue exists for all versions since 2.52.0.
209+
* ([#36470](https://github.com/apache/beam/issues/36470)). Spanner Change Stream reading stuck issue due to watermark of partition moving backwards. This issue exists in 2.67.0 and 2.68.0. To mitigate the issue, either use old version 2.66.0 or go to 2.69.0.
204210

205211
# [2.66.0] - 2025-07-01
206212

0 commit comments

Comments
 (0)