2pk03 commented on code in PR #638:
URL: https://github.com/apache/incubator-wayang/pull/638#discussion_r2601479474
##########
wayang-platforms/wayang-flink/src/main/java/org/apache/wayang/flink/compiler/WayangFileOutputFormat.java:
##########
@@ -125,6 +125,7 @@ public static void
initDefaultsFromConfiguration(Configuration configuration) {
private transient DataOutputViewStreamWrapper outView;
+ private ObjectFileSerializationMode serializationMode =
ObjectFileSerializationMode.LEGACY_JAVA_SERIALIZATION;
Review Comment:
we should not switch off functions directly, instead give users a certain
amount of time to use the new feature for backwards compatibility. Thoughts?
--
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]