Skip to content

Commit d7b0858

Browse files
author
sarangat_LinkedIn
committed
spotless apply
1 parent 56ba8f5 commit d7b0858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/java/org/apache/iceberg/hadoop/TestHadoopCommits.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ public void testCanReadOldCompressedManifestFiles() throws Exception {
410410
Assertions.assertThat(tasks).as("Should scan 1 files").hasSize(1);
411411
}
412412

413-
//@Test
413+
// @Test
414414
public void testConcurrentFastAppends(@TempDir File dir) throws Exception {
415415
Assertions.assertThat(version(1)).as("Should create v1 metadata").exists().isFile();
416416
int threadsCount = 5;

0 commit comments

Comments
 (0)