RanJinh commented on code in PR #23000: URL: https://github.com/apache/flink/pull/23000#discussion_r1267888031
########## flink-core/src/main/java/org/apache/flink/api/dag/Transformation.java: ########## @@ -637,4 +637,16 @@ public int hashCode() { result = 31 * result + (int) (bufferTimeout ^ (bufferTimeout >>> 32)); return result; } + Review Comment: Yeah, you are right. I will modify this, and we should also update the FLIP. -- 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