Skip to content

Conversation

@HonestManXin
Copy link
Contributor

@HonestManXin HonestManXin commented Nov 11, 2025

apache/doris#57914

Versions

  • [ x ] dev
  • 4.x
  • 3.x
  • 2.1

Languages

  • [ x ] Chinese
  • [ x ] English

Docs Checklist

  • Checked by AI
  • Test Cases Built

@HonestManXin HonestManXin changed the title [chore] (array-function) add alias array_append for function array_pu… [chore] (array-function) add alias array_append for function array_pushback Nov 11, 2025
starocean999 pushed a commit to apache/doris that referenced this pull request Nov 13, 2025
…shback (#57914)

add alias array_append for function array_pushback

```
MySQL [demo]> SELECT array_append([1, 2], 3), array_append([3, 4], 6);
+-------------------------+-------------------------+
| array_append([1, 2], 3) | array_append([3, 4], 6) |
+-------------------------+-------------------------+
| [1, 2, 3]               | [3, 4, 6]               |
+-------------------------+-------------------------+
```

doc:
apache/doris-website#3076
github-actions bot pushed a commit to apache/doris that referenced this pull request Nov 13, 2025
…shback (#57914)

add alias array_append for function array_pushback

```
MySQL [demo]> SELECT array_append([1, 2], 3), array_append([3, 4], 6);
+-------------------------+-------------------------+
| array_append([1, 2], 3) | array_append([3, 4], 6) |
+-------------------------+-------------------------+
| [1, 2, 3]               | [3, 4, 6]               |
+-------------------------+-------------------------+
```

doc:
apache/doris-website#3076
Copy link
Contributor

@zclllyybb zclllyybb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please also add this for branch-4.0's doc

wyxxxcat pushed a commit to wyxxxcat/doris that referenced this pull request Nov 13, 2025
…shback (apache#57914)

add alias array_append for function array_pushback

```
MySQL [demo]> SELECT array_append([1, 2], 3), array_append([3, 4], 6);
+-------------------------+-------------------------+
| array_append([1, 2], 3) | array_append([3, 4], 6) |
+-------------------------+-------------------------+
| [1, 2, 3]               | [3, 4, 6]               |
+-------------------------+-------------------------+
```

doc:
apache/doris-website#3076
wyxxxcat pushed a commit to wyxxxcat/doris that referenced this pull request Nov 18, 2025
…shback (apache#57914)

add alias array_append for function array_pushback

```
MySQL [demo]> SELECT array_append([1, 2], 3), array_append([3, 4], 6);
+-------------------------+-------------------------+
| array_append([1, 2], 3) | array_append([3, 4], 6) |
+-------------------------+-------------------------+
| [1, 2, 3]               | [3, 4, 6]               |
+-------------------------+-------------------------+
```

doc:
apache/doris-website#3076
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.

2 participants