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 4ef58824a8 [hotfix] Fix flaky test 
AppendOnlyFileStoreTableTest#testBatchOrderWithCompaction (#4964)
4ef58824a8 is described below

commit 4ef58824a83dfbdc8cd47e4d0f61e8d09a3cd111
Author: yuzelin <[email protected]>
AuthorDate: Tue Jan 21 11:32:12 2025 +0800

    [hotfix] Fix flaky test 
AppendOnlyFileStoreTableTest#testBatchOrderWithCompaction (#4964)
---
 .../test/java/org/apache/paimon/table/AppendOnlyFileStoreTableTest.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/paimon-core/src/test/java/org/apache/paimon/table/AppendOnlyFileStoreTableTest.java
 
b/paimon-core/src/test/java/org/apache/paimon/table/AppendOnlyFileStoreTableTest.java
index f2bd0c5ea9..85ab7484f1 100644
--- 
a/paimon-core/src/test/java/org/apache/paimon/table/AppendOnlyFileStoreTableTest.java
+++ 
b/paimon-core/src/test/java/org/apache/paimon/table/AppendOnlyFileStoreTableTest.java
@@ -1075,6 +1075,7 @@ public class AppendOnlyFileStoreTableTest extends 
FileStoreTableTestBase {
     @Test
     public void testBatchOrderWithCompaction() throws Exception {
         FileStoreTable table = createFileStoreTable();
+        table = 
table.copy(Collections.singletonMap(CoreOptions.ASYNC_FILE_WRITE.key(), 
"false"));
 
         int number = 61;
         List<Integer> expected = new ArrayList<>();

Reply via email to