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 08aeb86e92 [test] Disable unstable test: 
BitSliceIndexRoaringBitmapTest.testCompareUsingMinMax
08aeb86e92 is described below

commit 08aeb86e9292e1bd293d140c7fd9964df3d627b2
Author: JingsongLi <[email protected]>
AuthorDate: Fri Dec 26 11:27:35 2025 +0800

    [test] Disable unstable test: 
BitSliceIndexRoaringBitmapTest.testCompareUsingMinMax
---
 .../java/org/apache/paimon/utils/BitSliceIndexRoaringBitmapTest.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/paimon-common/src/test/java/org/apache/paimon/utils/BitSliceIndexRoaringBitmapTest.java
 
b/paimon-common/src/test/java/org/apache/paimon/utils/BitSliceIndexRoaringBitmapTest.java
index 83252a8bf1..881071fe13 100644
--- 
a/paimon-common/src/test/java/org/apache/paimon/utils/BitSliceIndexRoaringBitmapTest.java
+++ 
b/paimon-common/src/test/java/org/apache/paimon/utils/BitSliceIndexRoaringBitmapTest.java
@@ -19,6 +19,7 @@
 package org.apache.paimon.utils;
 
 import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import java.io.ByteArrayInputStream;
@@ -220,6 +221,7 @@ public class BitSliceIndexRoaringBitmapTest {
                                         (x, y) -> x.or(y)));
     }
 
+    @Disabled // TODO unstable?
     @Test
     public void testCompareUsingMinMax() {
         // a predicate in the value bound

Reply via email to