Skip to content

[fix](test) update results of array_apply test - #61152

Merged
yiguolei merged 1 commit into
apache:masterfrom
mrhhsg:fix_array_apply
Mar 10, 2026
Merged

[fix](test) update results of array_apply test#61152
yiguolei merged 1 commit into
apache:masterfrom
mrhhsg:fix_array_apply

Conversation

@mrhhsg

Copy link
Copy Markdown
Member

What problem does this PR solve?

Doc: https://doris.incubator.apache.org/zh-CN/docs/dev/sql-manual/sql-functions/scalar-functions/array-functions/array-apply

The null item in array will be filtered.

Related PR: #xxx

Problem Summary:

Release note

Check List (For Author)

  • Test

    • 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
  • Behavior changed:

    • No.
    • Yes.
  • Does this need documentation?

    • No.
    • Yes.

Check List (For Reviewer who merge this PR)

  • Confirm the release note
  • Confirm test cases
  • Confirm document
  • Add branch pick label

@hello-stephen

Copy link
Copy Markdown
Contributor

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?

@mrhhsg

Copy link
Copy Markdown
MemberAuthor

run buildall

@github-actionsgithub-actionsBot added the approved Indicates a PR has been approved by one committer. label Mar 9, 2026
@github-actions

Copy link
Copy Markdown
Contributor

PR approved by at least one committer and no changes requested.

@github-actions

Copy link
Copy Markdown
Contributor

PR approved by anyone and no changes requested.

@yiguolei
yiguolei merged commit bff85cb into apache:masterMar 10, 2026
30 of 31 checks passed
yiguolei added a commit that referenced this pull request Mar 23, 2026
### What problem does this PR solve?
pick #61107#61127#61135#61153#61142#61158#61152#61170#61189
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:
apache/doris-website#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 -->
---------
Co-authored-by: TengJianPing <tengjianping@selectdb.com>
Co-authored-by: meiyi <meiyi@selectdb.com>
Co-authored-by: Chenyang Sun <sunchenyang@selectdb.com>
Co-authored-by: Qi Chen <chenqi@selectdb.com>
Mryange pushed a commit to Mryange/doris that referenced this pull request Mar 30, 2026
### What problem does this PR solve?
Doc:
https://doris.incubator.apache.org/zh-CN/docs/dev/sql-manual/sql-functions/scalar-functions/array-functions/array-apply
The null item in array will be filtered.
Related PR: #xxx
Problem Summary:
### Release note
### 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:
apache/doris-website#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 -->
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approvedIndicates a PR has been approved by one committer.dev/4.1.0-mergedreviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@mrhhsg@hello-stephen@yiguolei