Skip to content

Conversation

@github-actions
Copy link
Contributor

Cherry-picked from #57166

@github-actions github-actions bot requested a review from yiguolei as a code owner October 31, 2025 13:32
@Thearas
Copy link
Contributor

Thearas commented Oct 31, 2025

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@dataroaring dataroaring reopened this Oct 31, 2025
@Thearas
Copy link
Contributor

Thearas commented Oct 31, 2025

run buildall

1 similar comment
@zhangstar333
Copy link
Contributor

run buildall

@hello-stephen
Copy link
Contributor

FE UT Coverage Report

Increment line coverage `` 🎉
Increment coverage report
Complete coverage report

support agg function of group_array_union, doc:
apache/doris-website#2996
```
mysql> select * from array_test;
+------+-----------------+
| id   | c_array         |
+------+-----------------+
|    1 | [1, 2, 3, 4, 5] |
|    2 | [6, 7]          |
+------+-----------------+

mysql> select group_array_union(c_array) from array_test;
+----------------------------+
| group_array_union(c_array) |
+----------------------------+
| [2, 3, 4, 5, 1, 6, 7]      |
+----------------------------+
```
@zhangstar333 zhangstar333 force-pushed the auto-pick-57166-branch-4.0 branch from 89ad43e to 50d4f03 Compare November 4, 2025 02:11
@zhangstar333
Copy link
Contributor

run buildall

@yiguolei yiguolei merged commit d846408 into branch-4.0 Nov 4, 2025
23 of 29 checks passed
@github-actions github-actions bot deleted the auto-pick-57166-branch-4.0 branch November 4, 2025 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants