Uh oh!
There was an error while loading. Please reload this page.
[fix](array/map) fix resize impl in array/map - #41595
Conversation
doris-robot
commented
Oct 9, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
amorynan
commented
Oct 9, 2024
run buildall |
Possible file(s) that should be tracked in LFS detected: 🚨The following file(s) exceeds the file size limit:
Consider using |
| @@ -17,11 +17,12 @@ | |||
| #include <gtest/gtest.h> | |||
There was a problem hiding this comment.
warning: 'gtest/gtest.h' file not found [clang-diagnostic-error]
#include<gtest/gtest.h>
^doris-robot
commented
Oct 9, 2024
TPC-H: Total hot run time: 40780 ms |
doris-robot
commented
Oct 9, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Oct 9, 2024
TPC-DS: Total hot run time: 191742 ms |
doris-robot
commented
Oct 9, 2024
ClickBench: Total hot run time: 32.24 s |
amorynan
commented
Oct 9, 2024
run p0 |
Possible file(s) that should be tracked in LFS detected: 🚨The following file(s) exceeds the file size limit:
Consider using |
amorynan
commented
Oct 10, 2024
run buildall |
doris-robot
commented
Oct 10, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Oct 10, 2024
TPC-H: Total hot run time: 40794 ms |
doris-robot
commented
Oct 10, 2024
TPC-DS: Total hot run time: 191936 ms |
doris-robot
commented
Oct 10, 2024
ClickBench: Total hot run time: 32.41 s |
amorynan
commented
Oct 10, 2024
run p0 |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
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
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
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 backport: #41595 Issue Number: close #xxx <!--Describe your changes.-->
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
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
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 :
Issue Number: close #xxx