rmetzger commented on code in PR #21531:
URL: https://github.com/apache/flink/pull/21531#discussion_r1054551815
##########
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:
ok, I see.
--
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]