[
https://issues.apache.org/jira/browse/BEAM-12358?focusedWorklogId=598919&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-598919
]
ASF GitHub Bot logged work on BEAM-12358:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 18/May/21 22:53
Start Date: 18/May/21 22:53
Worklog Time Spent: 10m
Work Description: 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 598919)
Time Spent: 1h 10m (was: 1h)
> PR14802 breaks beam_PostCommit_Java_ValidatesRunner_Samza
> ---------------------------------------------------------
>
> Key: BEAM-12358
> URL: https://issues.apache.org/jira/browse/BEAM-12358
> Project: Beam
> Issue Type: Test
> Components: runner-samza, test-failures
> Reporter: Boyuan Zhang
> Assignee: Ajo Thomas
> Priority: P2
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> https://ci-beam.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza/
> https://github.com/apache/beam/pull/14802
--
This message was sent by Atlassian Jira
(v8.3.4#803005)