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 8a8d64512e9 [fix](regression) Align map_agg null-key golden on
branch-4.1 (#65879)
8a8d64512e9 is described below
commit 8a8d64512e997e85b1a252147a6035f1abbf0d02
Author: Dongyang Li <[email protected]>
AuthorDate: Thu Jul 23 14:31:41 2026 +0800
[fix](regression) Align map_agg null-key golden on branch-4.1 (#65879)
Fixes DORIS-27353. TeamCity #203693 exposed that agg_sync_mv still
expected map_agg v1 NULL-key behavior after #65634 made the data load
effective. Align the golden result with map_agg_v2, which preserves the
nullable key.
---
regression-test/data/nereids_syntax_p1/mv/aggregate/agg_sync_mv.out | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/data/nereids_syntax_p1/mv/aggregate/agg_sync_mv.out
b/regression-test/data/nereids_syntax_p1/mv/aggregate/agg_sync_mv.out
index 848d637c916..020baae99f1 100644
--- a/regression-test/data/nereids_syntax_p1/mv/aggregate/agg_sync_mv.out
+++ b/regression-test/data/nereids_syntax_p1/mv/aggregate/agg_sync_mv.out
@@ -1500,7 +1500,7 @@
11 [0, 0]
-- !test --
-\N {}
+\N {null:"null"}
1 {0:"string1"}
2 {1:"string2"}
3 {2:"string3"}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]