Uh oh!
There was an error while loading. Please reload this page.
[Bug](schame-change) fix wrong result after reorder mor table - #32839
Conversation
doris-robot
commented
Mar 26, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
BiteTheDDDDt
commented
Mar 26, 2024
run buildall |
| ColumnMapping() = default; | ||
| virtual ~ColumnMapping() = default; | ||
| bool has_reference() const { return expr != nullptr || ref_column >= 0; } |
There was a problem hiding this comment.
warning: function 'has_reference' should be marked [[nodiscard]] [modernize-use-nodiscard]
| boolhas_reference() const { returnexpr!=nullptr||ref_column >= 0; } | |
| [[nodiscard]] boolhas_reference() const { returnexpr!=nullptr||ref_column >= 0; } |
doris-robot
commented
Mar 26, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Mar 26, 2024
TPC-H: Total hot run time: 50318 ms |
doris-robot
commented
Mar 26, 2024
TPC-DS: Total hot run time: 201784 ms |
doris-robot
commented
Mar 26, 2024
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
Proposed changes
pick #29045 and part of #28135
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...