X-czh commented on code in PR #24127:
URL: https://github.com/apache/flink/pull/24127#discussion_r1457340110


##########
flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java:
##########
@@ -146,6 +144,12 @@ public class ExecutionConfig implements Serializable, 
Archiveable<ArchivedExecut
      */
     private final Configuration configuration;
 
+    private final SerializerConfig serializerConfig;
+
+    public SerializerConfig getSerializerConfig() {
+        return serializerConfig;

Review Comment:
   Thanks for pointing it out. I'll annotate it @Internal



-- 
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]

Reply via email to