gunnarmorling commented on code in PR #21531:
URL: https://github.com/apache/flink/pull/21531#discussion_r1053500731
##########
flink-runtime/src/main/java/org/apache/flink/runtime/highavailability/FileSystemJobResultStore.java:
##########
@@ -207,7 +207,7 @@ public Set<JobResult> getDirtyResultsInternal() throws
IOException {
@VisibleForTesting
static class JsonJobResultEntry extends JobResultEntry {
private static final String FIELD_NAME_RESULT = "result";
- private static final String FIELD_NAME_VERSION = "version";
+ static final String FIELD_NAME_VERSION = "version";
Review Comment:
The field couldn't be referenced in the annotation otherwise when compiling
with ecj. I suppose it's another case where javac is a bit too lenient.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]