ajothomas commented on a change in pull request #14835:
URL: https://github.com/apache/beam/pull/14835#discussion_r634803348
##########
File path:
runners/samza/src/main/java/org/apache/beam/runners/samza/runtime/SamzaTimerInternalsFactory.java
##########
@@ -572,6 +572,7 @@ private void init() {
@AutoValue
abstract static class TimerKey<K> {
+ @javax.annotation.Nullable
Review comment:
Changed this to use
`org.checkerframework.checker.nullness.qual.Nullable;` which we are already
importing. `Autovalue` seems to work with this Nullable annotation
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]