zentol commented on code in PR #19935:
URL: https://github.com/apache/flink/pull/19935#discussion_r915857842


##########
flink-core/src/main/java/org/apache/flink/api/common/io/SinkUtils.java:
##########
@@ -18,16 +18,13 @@
 
 package org.apache.flink.api.common.io;
 
-import org.apache.flink.annotation.Internal;
-
 import java.io.Serializable;
 import java.time.Duration;
 import java.util.concurrent.Semaphore;
 import java.util.concurrent.TimeUnit;
 import java.util.concurrent.TimeoutException;
 
 /** Utility class for sinks. */
-@Internal
 public class SinkUtils implements Serializable {

Review Comment:
   Let's mark this as experimental, in line with the sink.
   (everything no annotated is implicitly 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