ahmedabu98 opened a new pull request, #30943:
URL: https://github.com/apache/beam/pull/30943

   This PR adds support for upgrading any generic SchemaTransform without 
upgrading the pipeline.
   
   This includes breaking changes to the `SchemaTransform` class, which now has 
a protected constructor (ie. subclasses have to manually call `super()`). 
Subclasses also have to specify a parameterized type corresponding to the 
configuration object used to build it (this should be fine since we do it for 
the SchemaTransformProvider anyways). 
   This PR makes the necessary updates to existing SchemaTransform 
implementations.


-- 
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]

Reply via email to