This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new 40404354693 branch-4.0: [fix](test) Try to fix possible -238 in 
test_non_overlap_seg_heavy_sc #58333 (#58713)
40404354693 is described below

commit 40404354693484956fe4262b7000f9354717768c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 5 11:53:00 2025 +0800

    branch-4.0: [fix](test) Try to fix possible -238 in 
test_non_overlap_seg_heavy_sc #58333 (#58713)
    
    Cherry-picked from #58333
    
    Co-authored-by: Siyang Tang <[email protected]>
---
 .../suites/schema_change_p0/test_non_overlap_seg_heavy_sc.groovy        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/schema_change_p0/test_non_overlap_seg_heavy_sc.groovy 
b/regression-test/suites/schema_change_p0/test_non_overlap_seg_heavy_sc.groovy
index 9e5f716f06d..7707f5e79f5 100644
--- 
a/regression-test/suites/schema_change_p0/test_non_overlap_seg_heavy_sc.groovy
+++ 
b/regression-test/suites/schema_change_p0/test_non_overlap_seg_heavy_sc.groovy
@@ -40,7 +40,7 @@ suite("test_non_overlap_seg_heavy_sc", "nonConcurrent") {
     GetDebugPoint().clearDebugPointsForAllBEs();
     GetDebugPoint().enableDebugPointForAllBEs("MemTable.need_flush");
     try {
-        sql """ INSERT INTO ${tblName} select number, number, number from 
numbers("number" = "3240960") """
+        sql """ INSERT INTO ${tblName} select number, number, number from 
numbers("number" = "1240960") """
 
         sql """ DELETE FROM ${tblName} WHERE v2 = 24 """
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to