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) #53078

Closed mergify[bot] closed 1 day 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: