nandorKollar commented on code in PR #13640: URL: https://github.com/apache/iceberg/pull/13640#discussion_r2226152353
########## flink/v2.0/flink/src/test/java/org/apache/iceberg/flink/sink/dynamic/TestEvolveSchemaVisitor.java: ########## @@ -463,7 +464,7 @@ public void testReplaceListWithPrimitive() { assertThatThrownBy( () -> EvolveSchemaVisitor.visit( - loadUpdateApi(currentSchema, 3), currentSchema, targetSchema)) + loadUpdateApi(currentSchema), currentSchema, targetSchema)) Review Comment: Okay, wondering though that was is accidental, that a bigger id than the highest was used here, or it was intentional. I suppose it is the former. -- 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...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org