reswqa commented on code in PR #25261: URL: https://github.com/apache/flink/pull/25261#discussion_r1740293470
########## 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: I asked Martijn(looks like it was assigned to him in [2.0 Release Wiki](https://cwiki.apache.org/confluence/display/FLINK/2.0+Release)) on slack and haven't heard back yet. Can you reach out him to find out the state? -- 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