ahmedabu98 commented on code in PR #28633: URL: https://github.com/apache/beam/pull/28633#discussion_r1335204993
########## website/www/site/content/en/blog/beam-2.49.0.md: ########## @@ -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. Review Comment: Done ########## website/www/site/content/en/blog/beam-2.50.0.md: ########## @@ -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) Review Comment: Thanks for catching, done -- 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]
