alpinegizmo commented on a change in pull request #7475: [FLINK-11292][doc]
Update document about how to use new CompositeType…
URL: https://github.com/apache/flink/pull/7475#discussion_r249033711
##########
File path: docs/dev/stream/state/custom_serialization.md
##########
@@ -223,15 +227,38 @@ the same `TypeSerializerSnapshot` class as their
snapshot would complicate the i
This would also be a bad separation of concerns; a single serializer's
serialization schema,
configuration, as well as how to restore it, should be consolidated in its own
dedicated `TypeSerializerSnapshot` class.
-#### 3. Use the `CompositeSerializerSnapshot` utility for serializers that
contain nested serializers
+### Extending `CompositeTypeSerializerSnapshot` for serializer snapshot with
nested serializers
Review comment:
"serializer snapshot with nested serializers" is hard to parse; I suggest
Extending `CompositeTypeSerializerSnapshot` for snapshots of serializers
with nested serializers
Note that changing this will break the link to this section above.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services