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 ac5774cf0ab [fix](test) Add missing result int
nereids_p0/sql_functions/array_functions/sql/q04.out (#61448)
ac5774cf0ab is described below
commit ac5774cf0abee5a031ea48dbd0cf7e352c87da1f
Author: Jerry Hu <[email protected]>
AuthorDate: Wed Mar 18 13:55:59 2026 +0800
[fix](test) Add missing result int
nereids_p0/sql_functions/array_functions/sql/q04.out (#61448)
### What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
### Release note
None
### Check List (For Author)
- Test <!-- At least one of them must be included. -->
- [ ] Regression test
- [ ] Unit Test
- [ ] Manual test (add detailed scripts or steps below)
- [ ] No need to test or manual test. Explain why:
- [ ] This is a refactor/code format and no logic has been changed.
- [ ] Previous test can cover this change.
- [ ] No code files have been changed.
- [ ] Other reason <!-- Add your reason? -->
- Behavior changed:
- [ ] No.
- [ ] Yes. <!-- Explain the behavior change -->
- Does this need documentation?
- [ ] No.
- [ ] Yes. <!-- Add document PR link here. eg:
https://github.com/apache/doris-website/pull/1214 -->
### Check List (For Reviewer who merge this PR)
- [ ] Confirm the release note
- [ ] Confirm test cases
- [ ] Confirm document
- [ ] Add branch pick label <!-- Add branch pick label that this PR
should merge into -->
---
.../data/nereids_p0/sql_functions/array_functions/sql/q04.out | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/regression-test/data/nereids_p0/sql_functions/array_functions/sql/q04.out
b/regression-test/data/nereids_p0/sql_functions/array_functions/sql/q04.out
index 63f2b17b53c..db35dc11ec4 100644
--- a/regression-test/data/nereids_p0/sql_functions/array_functions/sql/q04.out
+++ b/regression-test/data/nereids_p0/sql_functions/array_functions/sql/q04.out
@@ -12,6 +12,9 @@
46
-- !q04_5 --
+8
+
+-- !q04_6 --
[{"col1":0, "col2":"2005-10-27 08:50:36.000000", "col3":40.123},
{"col1":7781130171397164183, "col2":"2024-08-03 13:08:30.000000",
"col3":40.123}, {"col1":-2503439427251591834, "col2":"2023-01-15
08:32:59.000000", "col3":300.343}, {"col1":-2124648, "col2":"2016-08-26
00:00:00.000000", "col3":40.123}, {"col1":32679, "col2":"2014-06-05
21:33:55.000000", "col3":47.73442}, {"col1":0, "col2":"2016-01-19
23:06:47.000000", "col3":25.52237}, {"col1":-8175610, "col2":"2013-09-19
21:51:02.000000", [...]
[{"col1":-1595604180, "col2":"2024-08-03 13:08:30.000000", "col3":67.35693},
{"col1":-9223372036854775808, "col2":"2002-10-25 05:35:24.000000",
"col3":100.02}, {"col1":9223372036854775807, "col2":"2011-07-11
07:13:22.000000", "col3":40.123}, {"col1":6615424, "col2":"2024-06-30
12:01:02.000000", "col3":300.343}, {"col1":2038567011, "col2":"9999-12-31
00:00:00.000000", "col3":40.123}, {"col1":7213331012602341619,
"col2":"2024-06-30 12:01:02.000000", "col3":85.81667}, {"col1":147483648, "co
[...]
[{"col1":7834816776402847276, "col2":"2016-01-15 00:00:00.000000",
"col3":100.02}, {"col1":-9223372036854775808, "col2":"9999-12-31
00:00:00.000000", "col3":300.343}, {"col1":9223372036854775807,
"col2":"2009-09-15 00:00:00.000000", "col3":76.0097},
{"col1":4288426160485546636, "col2":"2008-09-15 00:00:00.000000",
"col3":40.123}, {"col1":909490161141143825, "col2":"2014-11-24
13:21:14.000000", "col3":40.123}, {"col1":1, "col2":"2023-01-15
08:32:59.000000", "col3":76.48198}, {"col1":1, "c [...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]