davidradl commented on code in PR #26752: URL: https://github.com/apache/flink/pull/26752#discussion_r2185031028
########## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/join/deltajoin/StreamingDeltaJoinOperator.java: ########## @@ -143,9 +143,10 @@ public class StreamingDeltaJoinOperator private final boolean[] isInputEnded; - // ---------------------------- Metrics ----------------------------------- Review Comment: nit: why did we move this line , it seemed to fine where it was - I assume `totalInflightNum ` is a metric -- 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