gemini-code-assist[bot] commented on code in PR #37855: URL: https://github.com/apache/beam/pull/37855#discussion_r2962725033
########## CHANGES.md: ########## @@ -69,6 +69,7 @@ ## New Features / Improvements * Added support for large pipeline options via a file (Python) ([#37370](https://github.com/apache/beam/issues/37370)). +* Supported infer schema from dataclass (Python) ([#22085](https://github.com/apache/beam/issues/37370)). Default coder for typehint-ed (or set with_output_type) for non-frozen dataclasses changed to RowCoder. To preserve the old behavior (fast primitive coder), explicitly register the type with FastPrimitiveCoder. Review Comment:  The link for issue `#22085` seems to be pointing to issue `#37370`. Please correct the link to point to the correct issue. ```suggestion * Supported infer schema from dataclass (Python) ([#22085](https://github.com/apache/beam/issues/22085)). Default coder for typehint-ed (or set with_output_type) for non-frozen dataclasses changed to RowCoder. To preserve the old behavior (fast primitive coder), explicitly register the type with FastPrimitiveCoder. ``` -- 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]
