StarRocks / starrocks

The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario, StarRocks provides best-in-class performance for multi-dimensional analytics, real-time analytics, and ad-hoc queries. A Linux Foundation project.
https://starrocks.io
Apache License 2.0
9.03k stars 1.82k forks source link

[BugFix] Fix Unexpected memory copy (backport #53052) #53079

Closed mergify[bot] closed 23 hours ago

mergify[bot] commented 1 day ago

Why I'm doing:

What I'm doing:

same with #52885

grep -Rn 'get_data' be/src/|grep auto|grep =|grep -v '&'|grep -v '*'|grep -v '\['|grep -v 'ColumnHelper::get_data_column'|grep -v 'get_data_column_of_const'|grep -v '\.data\(\)'

What type of PR is this:

Does this PR entail a change in behavior?

If yes, please specify the type of change:

Checklist:

Bugfix cherry-pick branch check:

What I'm doing:

same with #52885

grep -Rn 'get_data' be/src/|grep auto|grep =|grep -v '&'|grep -v '*'|grep -v '\['|grep -v 'ColumnHelper::get_data_column'|grep -v 'get_data_column_of_const'|grep -v '\.data\(\)'

What type of PR is this:

Does this PR entail a change in behavior?

If yes, please specify the type of change:

Checklist:

mergify[bot] commented 1 day ago

Cherry-pick of 9aeb07ce0da7b1d91101197b001845819f6fe280 has failed:

On branch mergify/bp/branch-3.3/pr-53052
Your branch is up to date with 'origin/branch-3.3'.

You are currently cherry-picking commit 9aeb07ce0d.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
    modified:   be/src/column/column_helper.h
    modified:   be/src/exec/stream/aggregate/stream_aggregator.cpp
    modified:   be/src/exprs/agg/group_concat.h
    modified:   be/src/exprs/array_functions.tpp
    modified:   be/src/exprs/utility_functions.cpp

Unmerged paths:
  (use "git add <file>..." to mark resolution)
    both modified:   be/src/storage/column_in_predicate.cpp

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

mergify[bot] commented 1 day ago

@mergify[bot]: Backport conflict, please reslove the conflict and resubmit the pr