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

SchemaTransformProviderTranslation #30943

Closed

Conversation

ahmedabu98
Copy link
Contributor

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.

@ahmedabu98
Copy link
Contributor Author

Moving this over to #31558

@ahmedabu98 ahmedabu98 closed this Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant