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


##########
flink-streaming-scala/src/main/scala/org/apache/flink/streaming/api/scala/AllWindowedStream.scala:
##########
@@ -70,7 +71,7 @@ class AllWindowedStream[T, W <: Window](javaStream: 
JavaAllWStream[T, W]) {
    * thrown.
    */
   @PublicEvolving
-  def allowedLateness(lateness: Time): AllWindowedStream[T, W] = {
+  def allowedLateness(lateness: Duration): AllWindowedStream[T, W] = {

Review Comment:
   There are scala changes like that that didn't include proper deprecation 
because we wanted to remove scala entirely, anyway, in 2.0.
   
   What's the state with that?



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to