2pk03 commented on code in PR #638:
URL: https://github.com/apache/incubator-wayang/pull/638#discussion_r2601497568


##########
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:
   Yeah, but (I know ...) from past experiences it's better to tell every time 
a soon deprecated function is called. We can refactor it, main goal is to close 
the already known security bug.



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