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

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


The following commit(s) were added to refs/heads/branch-4.1 by this push:
     new 232b745214f branch-4.1: [fix](regression) Fix agg_sync_mv data path 
#65538 (#65634)
232b745214f is described below

commit 232b745214f1498706295620f81a96287bbb0a5e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 16 11:08:47 2026 +0800

    branch-4.1: [fix](regression) Fix agg_sync_mv data path #65538 (#65634)
    
    Cherry-picked from #65538
    
    Co-authored-by: shuke <[email protected]>
---
 .../suites/nereids_syntax_p1/mv/aggregate/agg_sync_mv.groovy          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/regression-test/suites/nereids_syntax_p1/mv/aggregate/agg_sync_mv.groovy 
b/regression-test/suites/nereids_syntax_p1/mv/aggregate/agg_sync_mv.groovy
index bb359f1448f..ae4143cdc7e 100644
--- a/regression-test/suites/nereids_syntax_p1/mv/aggregate/agg_sync_mv.groovy
+++ b/regression-test/suites/nereids_syntax_p1/mv/aggregate/agg_sync_mv.groovy
@@ -480,7 +480,7 @@ suite("agg_sync_mv") {
 
     streamLoad {
         table "agg_mv_test"
-        db "regression_test_nereids_syntax_p1_mv"
+        db "regression_test_nereids_syntax_p1_mv_aggregate"
         set 'column_separator', ';'
         set 'columns', '''
             id, kbool, ktint, ksint, kint, kbint, klint, kfloat, kdbl, 
kdcmls1, kdcmls2, kdcmls3,
@@ -493,7 +493,7 @@ suite("agg_sync_mv") {
             km_tint_bool, km_int_int, km_tint_sint, km_tint_int, km_tint_bint, 
km_tint_lint, km_tint_float,
             km_tint_dbl, km_tint_dcml, km_tint_chr, km_tint_vchr, km_tint_str, 
km_tint_date, km_tint_dtm, kjson, kstruct
             '''
-        file "../agg_mv_test.dat"
+        file "agg_mv_test.dat"
     }
 
 


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

Reply via email to