-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Update Beam Protobuf Schema (Java) #35150
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
base: master
Are you sure you want to change the base?
Conversation
9342333
to
23875da
Compare
Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment |
6ae0d10
to
5e53125
Compare
Thank you so much for the review! I have refactored the |
I've cherry-picked the commit at #35217. Thanks! |
Run Java PreCommit |
@kennknowles could you please proceed with the review when you have time? Thank you. |
I haven't gotten to make another pass yet. I did just look at the tests and there is a prism failure which is pretty rare. I restarted the test job anyhow but you might take a look at the gradle scan at https://develocity.apache.org/s/o35wszaauzfvy/tests/task/:runners:prism:java:test/details/org.apache.beam.runners.prism.PrismRunnerTest/windowing?top-execution=1 just to make sure it really was a flake |
Run Java PreCommit |
The test passed locally, so I triggered a rerun and it's now green. |
R: @kennknowles |
Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control. If you'd like to restart, comment |
I think that the many cases of |
I've removed I realized I had significantly misunderstood their proper usage. Nullability annotations on generics are only for specific use cases with strong reasoning (apparently a container-like class?). |
Run Java PreCommit |
1 similar comment
Run Java PreCommit |
Run Java_Amazon-Web-Services2_IO_Direct PreCommit |
@kennknowles could you review this pr again? Thanks |
Fix #35081.
Refer to https://s.apache.org/beam-protobuf.
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 or the workflows README to see a list of phrases to trigger workflows.