reswqa commented on code in PR #24127:
URL: https://github.com/apache/flink/pull/24127#discussion_r1457232519
##########
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:
Through the offline discussion, I think what you did at the beginning is
more reasonable. We can revert this new commit then.
--
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]