davidradl commented on code in PR #25945:
URL: https://github.com/apache/flink/pull/25945#discussion_r1910433042
##########
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:
I see lots of `[FLIP-265 Deprecate and remove Scala API
support](https://cwiki.apache.org/confluence/display/FLINK/FLIP-265+Deprecate+and+remove+Scala+API+support)`
in the docs. This implies that the Scala APIs are deprecated and still there.
If the Scala APIs have gone from the v2 code base then we should remove those
references from the docs also.
--
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]