nastra commented on code in PR #9382: URL: https://github.com/apache/iceberg/pull/9382#discussion_r1451546217
########## mr/src/test/java/org/apache/iceberg/mr/TestHelper.java: ########## @@ -122,7 +144,7 @@ public DataFile writeFile(StructLike partition, List<Record> records) throws IOE } private GenericAppenderHelper appender() { - return new GenericAppenderHelper(table, fileFormat, tmp, conf); + return new GenericAppenderHelper(table, fileFormat, temp, conf); Review Comment: because this needs to work for both Junit4+5 code -- 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