Uh oh!
There was an error while loading. Please reload this page.
[fix](cloud-schema-change) Exclude merged dropped columns from projection columns - #40187
Conversation
doris-robot
commented
Aug 30, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
0da127b to
330837eCompareHastyshell
commented
Aug 30, 2024
run buildall |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Aug 30, 2024
TPC-H: Total hot run time: 39572 ms |
doris-robot
commented
Aug 30, 2024
TPC-DS: Total hot run time: 193713 ms |
doris-robot
commented
Aug 30, 2024
ClickBench: Total hot run time: 32.26 s |
330837e to
d778e76CompareHastyshell
commented
Aug 30, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Aug 30, 2024
TPC-H: Total hot run time: 38042 ms |
doris-robot
commented
Aug 30, 2024
TPC-DS: Total hot run time: 192319 ms |
doris-robot
commented
Aug 30, 2024
ClickBench: Total hot run time: 32.14 s |
Hastyshell
commented
Sep 5, 2024
run buildall |
doris-robot
commented
Sep 5, 2024
TPC-H: Total hot run time: 38064 ms |
doris-robot
commented
Sep 5, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Sep 5, 2024
TPC-DS: Total hot run time: 192930 ms |
doris-robot
commented
Sep 5, 2024
ClickBench: Total hot run time: 32.29 s |
…tion columns (#40187) ## Proposed changes schema change in cloud mode used to merge dropped columns from delete predicates to projection columns when reading data from base tablet, resulted in failure when reading rowsets after columns dropped.
…tion columns (apache#40187) ## Proposed changes schema change in cloud mode used to merge dropped columns from delete predicates to projection columns when reading data from base tablet, resulted in failure when reading rowsets after columns dropped.
Proposed changes
schema change in cloud mode used to merge dropped columns from delete predicates to projection columns when reading data from base tablet, resulted in failure when reading rowsets after columns dropped.