XComp commented on code in PR #25250:
URL: https://github.com/apache/flink/pull/25250#discussion_r1751293112


##########
flink-core/src/main/java/org/apache/flink/api/common/time/Time.java:
##########
@@ -32,10 +32,10 @@
 /**
  * The definition of a time interval. Similar to a simpler version of {@link 
java.time.Duration}.
  *
- * @deprecated Use {@link Duration}
+ * @deprecated Use {@link Duration}. Time needs to be kept until all external 
libraries remove this.
  */
 @Deprecated
-@PublicEvolving
+@Internal

Review Comment:
   This is required because pyflink tests against the Kafka connector which 
still uses this class in the deprecated 
[FlinkKafkaProducer:183](https://github.com/apache/flink-connector-kafka/blob/818d1fdedaad63631eab5d44ec90c748cfcf299f/flink-connector-kafka/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaProducer.java#L183)



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