juripetersen commented on code in PR #638:
URL: https://github.com/apache/incubator-wayang/pull/638#discussion_r2601482337


##########
wayang-platforms/wayang-flink/src/main/java/org/apache/wayang/flink/operators/FlinkObjectFileSink.java:
##########
@@ -47,6 +51,10 @@
  */
 public class FlinkObjectFileSink<Type> extends ObjectFileSink<Type> implements 
FlinkExecutionOperator {
 
+    private static final Logger LOGGER = 
LogManager.getLogger(FlinkObjectFileSink.class);
+
+    private static final AtomicBoolean LEGACY_WARNING_EMITTED = new 
AtomicBoolean(false);

Review Comment:
   This field could also be moved to the ObjectFileSink to make it less 
redundant.



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