X-czh commented on code in PR #25945:
URL: https://github.com/apache/flink/pull/25945#discussion_r1912049669
##########
docs/content/docs/dev/datastream/fault-tolerance/serialization/custom_serialization.md:
##########
@@ -56,18 +56,6 @@ ListStateDescriptor<Tuple2<String, Integer>> descriptor =
checkpointedState = getRuntimeContext().getListState(descriptor);
```
{{< /tab >}}
-{{< tab "Scala" >}}
-```scala
-class CustomTypeSerializer extends TypeSerializer[(String, Integer)] {...}
Review Comment:
The API has actually been removed, but the doc has not been updated. I just
noticed that there's a JIRA on this:
https://issues.apache.org/jira/browse/FLINK-36352, but no one has taken it over.
--
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]