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

Core: Replace deprecated Schema.toString with SchemaFormatter #11867

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ebyhr
Copy link
Contributor

@ebyhr ebyhr commented Dec 24, 2024

The method is deprecated: https://avro.apache.org/docs/1.12.0/api/java/org/apache/avro/Schema.html#toString(boolean)

Deprecated. Use SchemaFormatter.format(Schema) instead, using the format json/pretty or json/inline

@github-actions github-actions bot added the core label Dec 24, 2024
@ebyhr
Copy link
Contributor Author

ebyhr commented Dec 24, 2024

CI hit #11651

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants