tillrohrmann commented on a change in pull request #7320: [FLINK-11171] Avoid 
concurrent usage of StateSnapshotTransformer
URL: https://github.com/apache/flink/pull/7320#discussion_r245370513
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/state/StateSnapshotTransformer.java
 ##########
 @@ -120,6 +122,17 @@ public 
ListStateSnapshotTransformer(StateSnapshotTransformer<T> entryValueTransf
                }
        }
 
+       class ListStateSnapshotTransformFactory<T> extends 
StateSnapshotTransformFactoryWrapAdaptor<T, List<T>> {
 
 Review comment:
   Why do all these factory classes live within the `StateSnapshotTransformer`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to