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 633199de53 [test] Fix unstable case in CompactActionITCase
633199de53 is described below

commit 633199de53ae4c6bdc2c0aaf7f5d7024c85f9199
Author: JingsongLi <[email protected]>
AuthorDate: Wed Dec 31 09:38:36 2025 +0800

    [test] Fix unstable case in CompactActionITCase
---
 .../test/java/org/apache/paimon/flink/action/CompactActionITCase.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/paimon-flink/paimon-flink-common/src/test/java/org/apache/paimon/flink/action/CompactActionITCase.java
 
b/paimon-flink/paimon-flink-common/src/test/java/org/apache/paimon/flink/action/CompactActionITCase.java
index e0777d37b7..25af8ca231 100644
--- 
a/paimon-flink/paimon-flink-common/src/test/java/org/apache/paimon/flink/action/CompactActionITCase.java
+++ 
b/paimon-flink/paimon-flink-common/src/test/java/org/apache/paimon/flink/action/CompactActionITCase.java
@@ -429,7 +429,6 @@ public class CompactActionITCase extends 
CompactActionITCaseBase {
                 rowData(1, 101, 15, BinaryString.fromString("20221208"), 1),
                 rowData(1, 101, 16, BinaryString.fromString("20221208"), 1),
                 rowData(2, 101, 15, BinaryString.fromString("20221209"), 2));
-        checkLatestSnapshot(table, 3, Snapshot.CommitKind.APPEND);
         checkLatestSnapshot(table, 4, Snapshot.CommitKind.COMPACT, 60_000);
 
         List<String> res =

Reply via email to