stevenzwu commented on code in PR #4670: URL: https://github.com/apache/iceberg/pull/4670#discussion_r862419870
########## 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 saw you ported the main src to 1.13 and not the unit test. Hence I was asking. I am fine if we don't update 1.13 at all. -- 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]
