Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Bigtable xlang bug to release notes for versions 2.49.0 and 2.50.0 #28633

Merged
merged 4 commits into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion website/www/site/content/en/blog/beam-2.49.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ For more information on changes in 2.49.0, check out the [detailed release notes
### Known Issues

* Long-running Python pipelines might experience a memory leak: [#28246](https://github.com/apache/beam/issues/28246).

* Python SDK's cross-language Bigtable sink mishandles records that don't have an explicit timestamp set: [#28632](https://github.com/apache/beam/issues/28632). To avoid this issue, set explicit timestamps for all records before writing to Bigtable.

## List of Contributors

Expand Down
1 change: 1 addition & 0 deletions website/www/site/content/en/blog/beam-2.50.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ For more information on changes in 2.50.0, check out the [detailed release notes

* Long-running Python pipelines might experience a memory leak: [#28246](https://github.com/apache/beam/issues/28246).
* Python Pipelines using BigQuery IO or `orjson` dependency might experience segmentation faults or get stuck: [#28318](https://github.com/apache/beam/issues/28318).
* Python SDK's cross-language Bigtable sink mishandles records that don't have explicit timestamps set: [#28632](https://github.com/apache/beam/issues/28632)


## List of Contributors
Expand Down