chenjunjiedada commented on code in PR #4670: URL: https://github.com/apache/iceberg/pull/4670#discussion_r862417805
########## flink/v1.14/flink/src/test/java/org/apache/iceberg/flink/TestChangeLogTable.java: ########## @@ -24,6 +24,7 @@ import java.util.List; import org.apache.flink.types.Row; import org.apache.hadoop.conf.Configuration; +import org.apache.iceberg.AssertHelpers; Review Comment: I'm not sure whether we should keep developing on the latest version, so I was hesitant to add changes to the 1.13 version, not to mention we are developing 1.15 now. But there are some production CDC cases still base on Flink 1.13, let me port them anyway. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
