gaborgsomogyi commented on code in PR #27340:
URL: https://github.com/apache/flink/pull/27340#discussion_r2618731919
##########
docs/content/docs/libs/state_processor_api.md:
##########
@@ -586,13 +586,6 @@ public class StatefulFunction extends
KeyedProcessFunction<Integer, Integer, Voi
}
...
}
-
-public class AvroSavepointTypeInformationFactory implements
SavepointTypeInformationFactory {
Review Comment:
Deprecate from test code?🙂 The new way is that Flink finds this out
automatically but the `SavepointTypeInformationFactory` approach remains as
safety belt.
--
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]