This is an automated email from the ASF dual-hosted git repository.
JingsongLi 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 624ee91458 [hotfix] Fix compile in RenamingSnapshotCommitTest
624ee91458 is described below
commit 624ee9145865d44623a65aa86d7fbc1e5c7f9f82
Author: JingsongLi <[email protected]>
AuthorDate: Sun May 24 10:41:49 2026 +0800
[hotfix] Fix compile in RenamingSnapshotCommitTest
---
.../java/org/apache/paimon/catalog/RenamingSnapshotCommitTest.java | 4 ----
1 file changed, 4 deletions(-)
diff --git
a/paimon-core/src/test/java/org/apache/paimon/catalog/RenamingSnapshotCommitTest.java
b/paimon-core/src/test/java/org/apache/paimon/catalog/RenamingSnapshotCommitTest.java
index d58e4c86a4..6e8ae6f36a 100644
---
a/paimon-core/src/test/java/org/apache/paimon/catalog/RenamingSnapshotCommitTest.java
+++
b/paimon-core/src/test/java/org/apache/paimon/catalog/RenamingSnapshotCommitTest.java
@@ -32,8 +32,6 @@ import org.junit.jupiter.api.io.TempDir;
import java.io.IOException;
import java.nio.file.Files;
import java.util.Collections;
-import java.util.HashMap;
-import java.util.Map;
import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.jupiter.api.Assertions.assertThrows;
@@ -116,7 +114,6 @@ public class RenamingSnapshotCommitTest {
long commitIdentifier = id;
Snapshot.CommitKind commitKind = Snapshot.CommitKind.APPEND;
long timeMillis = System.currentTimeMillis();
- Map<Integer, Long> logOffsets = new HashMap<>();
Long totalRecordCount = 100L;
Long deltaRecordCount = 100L;
@@ -134,7 +131,6 @@ public class RenamingSnapshotCommitTest {
commitIdentifier,
commitKind,
timeMillis,
- logOffsets,
totalRecordCount,
deltaRecordCount,
null,