masteryhx commented on code in PR #21635: URL: https://github.com/apache/flink/pull/21635#discussion_r1084778811
########## flink-core/src/main/java/org/apache/flink/api/java/typeutils/runtime/PojoSerializerSnapshot.java: ########## @@ -56,6 +55,9 @@ /** Contains the actual content for the serializer snapshot. */ private PojoSerializerSnapshotData<T> snapshotData; + /** Configuration of the current execution. */ + private ExecutionConfig executionConfig; Review Comment: Thanks for the reminder. I have added a comment above the field. Please help me check again whether it fits your idea, Thanks. -- 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