We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ba8f5 commit d7b0858Copy full SHA for d7b0858
core/src/test/java/org/apache/iceberg/hadoop/TestHadoopCommits.java
@@ -410,7 +410,7 @@ public void testCanReadOldCompressedManifestFiles() throws Exception {
410
Assertions.assertThat(tasks).as("Should scan 1 files").hasSize(1);
411
}
412
413
- //@Test
+ // @Test
414
public void testConcurrentFastAppends(@TempDir File dir) throws Exception {
415
Assertions.assertThat(version(1)).as("Should create v1 metadata").exists().isFile();
416
int threadsCount = 5;
0 commit comments