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

hellostephen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new bc619b194c6 [Fix](case) Fix case 
`test_primary_key_partial_update_complex_type` (#51410)
bc619b194c6 is described below

commit bc619b194c686c1e7e4ff2964e790552d466ff50
Author: bobhan1 <[email protected]>
AuthorDate: Tue Jun 3 20:10:39 2025 +0800

    [Fix](case) Fix case `test_primary_key_partial_update_complex_type` (#51410)
---
 .../partial_update/test_partial_update_complex_type.groovy            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_complex_type.groovy
 
b/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_complex_type.groovy
index fc3cb097080..502c4284ebf 100644
--- 
a/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_complex_type.groovy
+++ 
b/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_complex_type.groovy
@@ -40,7 +40,7 @@ suite("test_primary_key_partial_update_complex_type", "p0") {
                         `c_struct` STRUCT<a:INT, b:INT> NULL)
                         UNIQUE KEY(`id`) DISTRIBUTED BY HASH(`id`) BUCKETS 1
                         PROPERTIES("replication_num" = "1", 
"enable_unique_key_merge_on_write" = "true",
-                        "store_row_column" = "${use_row_store}"); """
+                        "store_row_column" = "${use_row_store}", 
"disable_auto_compaction" = "true"); """
 
             // insert 2 lines
             sql """
@@ -131,7 +131,7 @@ suite("test_primary_key_partial_update_complex_type", "p0") 
{
                         `c_map` MAP<STRING,int> not null)
                         UNIQUE KEY(`id`) DISTRIBUTED BY HASH(`id`) BUCKETS 1
                         PROPERTIES("replication_num" = "1", 
"enable_unique_key_merge_on_write" = "true",
-                        "store_row_column" = "${use_row_store}"); """
+                        "store_row_column" = 
"${use_row_store}","disable_auto_compaction" = "true"); """
 
             sql """insert into ${tableName2} values(2, "doris2", '{"jsonk2": 
333, "jsonk4": 444}', [300, 400], {3, 4}, {'a': 2})"""
             sql """insert into ${tableName2} values(1, "doris1", '{"jsonk1": 
123, "jsonk2": 456}', [100, 200], {1, 2}, {'b': 3})"""


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

Reply via email to