-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[chore] (array-function) add alias array_append for function array_pushback #57914
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-H: Total hot run time: 34190 ms |
TPC-DS: Total hot run time: 187311 ms |
ClickBench: Total hot run time: 27.51 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run p0 |
FE Regression Coverage ReportIncrement line coverage |
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
fe/fe-core/src/main/java/org/apache/doris/nereids/types/AggStateType.java
Outdated
Show resolved
Hide resolved
c76816a to
2ac16ca
Compare
|
run buildall |
|
run feut |
TPC-H: Total hot run time: 35889 ms |
TPC-DS: Total hot run time: 188195 ms |
ClickBench: Total hot run time: 27.71 s |
2ac16ca to
796c5d9
Compare
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run buildall |
TPC-H: Total hot run time: 34990 ms |
TPC-DS: Total hot run time: 187574 ms |
ClickBench: Total hot run time: 27.45 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run p0 |
|
run feut |
|
run cloud_p0 |
|
run compile |
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
1 similar comment
FE Regression Coverage ReportIncrement line coverage |
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
zclllyybb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
|
run feut |
adonis0147
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…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
…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
…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
add alias array_append for function array_pushback
doc:
apache/doris-website#3076