Uh oh!
There was an error while loading. Please reload this page.
[fix](array/map) fix resize impl in array/map (#41595) - #41699
Conversation
this resize function called shrink function which defined in IColumn, and function set_num_rows in Block.cpp call shrink to make column rows changed, maybe less or more. In this situation if we would make less rows which like cut the rows, so we should also make nested data in array/map resize to the less number of rows , otherwise we will meet exception
doris-robot
commented
Oct 11, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
amorynan
commented
Oct 11, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 11, 2024
TeamCity be ut coverage result: |
Uh oh!
There was an error while loading. Please reload this page.
amorynan
commented
Oct 12, 2024
run p0 |
1 similar comment
amorynan
commented
Oct 12, 2024
run p0 |
amorynan
commented
Oct 12, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 12, 2024
TeamCity be ut coverage result: |
backport: #41595
this resize function called shrink function which defined in IColumn, and function set_num_rows in Block.cpp call shrink to make column rows changed, maybe less or more.
In this situation if we would make less rows which like cut the rows, so we should also make nested data in array/map resize to the less number of rows , otherwise we will meet exception
Proposed changes
Issue Number: close #xxx