-
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
[java] Add Optional coder #33019
base: master
Are you sure you want to change the base?
[java] Add Optional coder #33019
Conversation
e58482b
to
d5b531e
Compare
Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment |
9795969
to
9f86450
Compare
901aa6a
to
1c0ce81
Compare
1c0ce81
to
da7f127
Compare
assign set of reviewers |
Assigning reviewers. If you would like to opt out of this review, comment R: @m-trieu for label java. Available commands:
The PR bot will only process comments in the main thread (not review comments). |
Reminder, please take a look at this pr: @m-trieu |
Assigning new set of reviewers because Pr has gone too long without review. If you would like to opt out of this review, comment R: @damondouglas for label java. Available commands:
|
Add coder for
java.util.Optional
.Implementation based on
NullableCoder