JunRuiLee commented on code in PR #24127:
URL: https://github.com/apache/flink/pull/24127#discussion_r1457370017
##########
flink-core/src/main/java/org/apache/flink/api/java/typeutils/runtime/kryo/KryoSerializer.java:
##########
@@ -135,8 +135,7 @@ private static ChillSerializerRegistrar
loadFlinkChillPackageRegistrar() {
// ------------------------------------------------------------------------
- private final LinkedHashMap<Class<?>,
ExecutionConfig.SerializableSerializer<?>>
- defaultSerializers;
+ private final LinkedHashMap<Class<?>, SerializableSerializer<?>>
defaultSerializers;
Review Comment:
I would prefer not to make this change as it seems inconsequential and
unrelated to the scope of this PR.
--
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]