rkhachatryan commented on code in PR #19550: URL: https://github.com/apache/flink/pull/19550#discussion_r858718454
########## flink-runtime/src/main/java/org/apache/flink/runtime/state/filesystem/FileStateHandle.java: ########## @@ -73,6 +74,11 @@ public Optional<byte[]> asBytesIfInMemory() { return Optional.empty(); } + @Override + public PhysicalStateHandleID getStreamStateHandleID() { + return new PhysicalStateHandleID(filePath.toUri().toString()); Review Comment: I'd rather initialize it by default - that would be more simpe, WDYT? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org