[fix](cloud-schema-change) Exclude merged dropped columns from projection columns#40187
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
0da127b to
330837e
Compare
|
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! 👍" |
TPC-H: Total hot run time: 39572 ms |
TPC-DS: Total hot run time: 193713 ms |
ClickBench: Total hot run time: 32.26 s |
330837e to
d778e76
Compare
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 38042 ms |
TPC-DS: Total hot run time: 192319 ms |
ClickBench: Total hot run time: 32.14 s |
|
run buildall |
TPC-H: Total hot run time: 38064 ms |
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 192930 ms |
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.
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.