-
Notifications
You must be signed in to change notification settings - Fork 13.8k
[FLINK-33303] [flink-avro] Union type not inheriting type conversions #23524
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
Conversation
|
@m8719-github thanks for the contribution. All Flink PRs need to have a corresponding issue in Flink JIRA. Could you please create one with a description of the issue being addressed? |
| + " {\"name\": \"name\", \"type\": \"string\"}" | ||
| + " ]\n" | ||
| + "}]"); | ||
| + "}"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is parsing more strict in the newer version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, looks like it.
|
Actually, there is already an earlier PR with this bump to address vulnerabilities: |
|
I've reached out to Martijn here: FLINK-33238 to see if we can consolidate. |
|
@afedulov Created FLINK-33303 |
Not unless it fixes some critical vulnerability or test regression. 1.18 was supposed to be released end of September, so I am afraid we are way past the features integration timeframe. |
What is the purpose of the change
Apache Avro 1.11.3 contains an important fix: AVRO-3536
Just want to make sure it makes it into the next Flink release.
Brief change log
Bumped up Apache Avro version to 1.11.3
Does this pull request potentially affect one of the following parts:
@Public(Evolving): noDocumentation