-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[AVRO] Prioritise Avro providers from "extensions/core" #25611
[AVRO] Prioritise Avro providers from "extensions/core" #25611
Conversation
Run Python3.10 PostCommit |
CC: @mosche @Abacn @sclukas77 |
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.
@aromanenko-dev pls have a look, this changed the general behavior in unintended ways.
...va/org/apache/beam/sdk/extensions/schemaio/expansion/ExternalSchemaIOTransformRegistrar.java
Outdated
Show resolved
Hide resolved
...va/org/apache/beam/sdk/extensions/schemaio/expansion/ExternalSchemaIOTransformRegistrar.java
Show resolved
Hide resolved
...va/org/apache/beam/sdk/extensions/schemaio/expansion/ExternalSchemaIOTransformRegistrar.java
Outdated
Show resolved
Hide resolved
Assigning reviewers. If you would like to opt out of this review, comment R: @kennknowles for label java. Available commands:
The PR bot will only process comments in the main thread (not review comments). |
50a7e1b
to
d54ac21
Compare
Run Python 3.10 PostCommit |
...va/org/apache/beam/sdk/extensions/schemaio/expansion/ExternalSchemaIOTransformRegistrar.java
Outdated
Show resolved
Hide resolved
d54ac21
to
2e72129
Compare
Run Python 3.10 PostCommit |
2e72129
to
c2de6fb
Compare
Run Python 3.10 PostCommit |
retest this please |
1 similar comment
retest this please |
sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/io/Providers.java
Outdated
Show resolved
Hide resolved
...va/org/apache/beam/sdk/extensions/schemaio/expansion/ExternalSchemaIOTransformRegistrar.java
Outdated
Show resolved
Hide resolved
Run Python 3.10 PostCommit |
c2de6fb
to
f541656
Compare
Run Python 3.10 PostCommit |
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.
👍 This should fix the issue ...
While this adds a bit of code duplication, the actual smell isn't related to this PR in my opinion. Generating (versioned) red / write urns in the registrar seems wrong, these should be defined by the respective provider.
Run Java_Examples_Dataflow PreCommit |
Run Java_Hadoop_IO_Direct PreCommit |
Rerunning flakes impacted by jenkins flakiness (underlying errors were Jenkins errors, not test issues) |
Run Java_Examples_Dataflow PreCommit |
Run Java_GCP_IO_Direct PreCommit |
the affected test passed (seen from log of Python3.10 postcommit):
|
…m "extensions/core" (#25611)
Fixes #25601
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
addresses #123
), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, commentfixes #<ISSUE NUMBER>
instead.CHANGES.md
with noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.