nastra commented on code in PR #10657:
URL: https://github.com/apache/iceberg/pull/10657#discussion_r1669842708
##########
data/src/test/java/org/apache/iceberg/data/TestLocalScan.java:
##########
@@ -195,10 +192,9 @@ private void appendData() throws IOException {
sharedTable.newFastAppend().appendFile(file13).appendFile(file23).appendFile(file33).commit();
}
- @Before
+ @BeforeEach
public void createTables() throws IOException {
- File location = temp.newFolder("shared");
- Assert.assertTrue(location.delete());
+ File location = new File(tempDir, "shared");
Review Comment:
this should use the same mechanism to create a new folder as in the other
tests
--
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]