X-czh commented on code in PR #24127:
URL: https://github.com/apache/flink/pull/24127#discussion_r1457126011
##########
flink-core/src/main/java/org/apache/flink/api/common/serialization/SerializerConfig.java:
##########
@@ -74,8 +68,19 @@ public final class SerializerConfig implements Serializable {
private LinkedHashMap<Class<?>, Class<TypeInfoFactory<?>>>
registeredTypeFactories =
new LinkedHashMap<>();
+ private boolean hasGenericTypesEnabled;
+ private boolean forceKryo;
+ private boolean forceAvro;
+
//
--------------------------------------------------------------------------------------------
+ public SerializerConfig() {
Review Comment:
In production,` ExecutionConfig#configure` is always called AFAIK, but I'll
need to double check it. In UTs, usually it is not called, but that can be
easily fixed.
--
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]