Guosmilesmile commented on code in PR #14148: URL: https://github.com/apache/iceberg/pull/14148#discussion_r2367373394
########## flink/v2.0/flink/src/test/java/org/apache/iceberg/flink/TestHelpers.java: ########## @@ -191,27 +203,24 @@ public static void assertRowData( if (expectedRecord instanceof Record) { Record expected = (Record) expectedRecord; Types.StructType expectedType = expected.struct(); - int pos = 0; + int redPos = 0; Review Comment: I rename the param from `pos` to `rowPosition ` and rollback this to `pos`. -- 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