gaoyunhaii commented on code in PR #20374: URL: https://github.com/apache/flink/pull/20374#discussion_r936527373
########## flink-table/flink-table-common/src/main/java/org/apache/flink/table/connector/source/DynamicFilteringData.java: ########## @@ -141,6 +144,24 @@ private int hash(RowData row) { return Objects.hash(Arrays.stream(fieldGetters).map(g -> g.getFieldOrNull(row)).toArray()); } + public boolean equals(DynamicFilteringData another) { Review Comment: Might change it to a static method outside of the DynamicFilteringData if we do not want to make it to be Object#equals -- 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