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

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


The following commit(s) were added to refs/heads/routineload_flexible_update by 
this push:
     new 20a68432243 fix: Update variant columns error message assertion to 
match actual error
20a68432243 is described below

commit 20a68432243cfc7d16e9b24af5f1f18acecd6ced
Author: Yongqiang YANG <[email protected]>
AuthorDate: Fri Jan 16 13:55:05 2026 -0800

    fix: Update variant columns error message assertion to match actual error
    
    The actual error message from OlapTable.validateForFlexiblePartialUpdate()
    is "Flexible partial update can only support table without variant columns."
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
---
 .../routine_load/test_routine_load_flexible_partial_update.groovy       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/load_p0/routine_load/test_routine_load_flexible_partial_update.groovy
 
b/regression-test/suites/load_p0/routine_load/test_routine_load_flexible_partial_update.groovy
index 9211598f6bd..46ba11b5a81 100644
--- 
a/regression-test/suites/load_p0/routine_load/test_routine_load_flexible_partial_update.groovy
+++ 
b/regression-test/suites/load_p0/routine_load/test_routine_load_flexible_partial_update.groovy
@@ -514,7 +514,7 @@ suite("test_routine_load_flexible_partial_update", 
"nonConcurrent") {
                     "property.kafka_default_offsets" = "OFFSET_BEGINNING"
                 );
             """
-            exception "Flexible partial update does not support tables with 
variant columns"
+            exception "Flexible partial update can only support table without 
variant columns"
         }
 
         // Test 10: Error case - invalid unique_key_update_mode value


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

Reply via email to