This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new e07244b21 [test] Fix compile in SnapshotManagerTest
e07244b21 is described below
commit e07244b2170bd337f11706a9869edbb3b3b7a0a4
Author: Jingsong <[email protected]>
AuthorDate: Sun Aug 11 21:23:52 2024 +0800
[test] Fix compile in SnapshotManagerTest
---
.../src/test/java/org/apache/paimon/utils/SnapshotManagerTest.java | 4 ++++
1 file changed, 4 insertions(+)
diff --git
a/paimon-core/src/test/java/org/apache/paimon/utils/SnapshotManagerTest.java
b/paimon-core/src/test/java/org/apache/paimon/utils/SnapshotManagerTest.java
index 0c17e2a5e..b1e038480 100644
--- a/paimon-core/src/test/java/org/apache/paimon/utils/SnapshotManagerTest.java
+++ b/paimon-core/src/test/java/org/apache/paimon/utils/SnapshotManagerTest.java
@@ -30,8 +30,12 @@ import org.junit.jupiter.api.io.TempDir;
import java.io.IOException;
import java.util.ArrayList;
+import java.util.HashSet;
import java.util.List;
+import java.util.Set;
+import java.util.concurrent.ThreadLocalRandom;
import java.util.concurrent.atomic.AtomicReference;
+import java.util.stream.Collectors;
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.fail;