juripetersen commented on code in PR #638:
URL: https://github.com/apache/incubator-wayang/pull/638#discussion_r2601469583
##########
wayang-commons/wayang-basic/src/main/java/org/apache/wayang/basic/operators/ObjectFileSink.java:
##########
@@ -36,6 +36,8 @@ public class ObjectFileSink<T> extends UnarySink<T> {
protected final Class<T> tClass;
+ private ObjectFileSerializationMode serializationMode =
ObjectFileSerializationMode.LEGACY_JAVA_SERIALIZATION;
Review Comment:
If deprecated, shouldn't this utilize the JSON variant by default?
--
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]