Uh oh!
There was an error while loading. Please reload this page.
[Fix](compile) Fix gcc compile on master - #33864
Conversation
doris-robot
commented
Apr 18, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
zclllyybb
commented
Apr 18, 2024
run buildall |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
doris-robot
commented
Apr 18, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Apr 18, 2024
TPC-H: Total hot run time: 38484 ms |
doris-robot
commented
Apr 18, 2024
TPC-DS: Total hot run time: 185058 ms |
doris-robot
commented
Apr 18, 2024
ClickBench: Total hot run time: 30.35 s |
doris-robot
commented
Apr 18, 2024
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
zclllyybb
commented
Apr 19, 2024
run buildall |
doris-robot
commented
Apr 19, 2024
TPC-H: Total hot run time: 38693 ms |
doris-robot
commented
Apr 19, 2024
TeamCity be ut coverage result: |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
This is imported by #33511. wrongly used ColumnStr<T> (); which violate C++20 standard(see https://wg21.cmeerw.net/cwg/issue2237) but still supported by clang up until now(see llvm/llvm-project#58112)
This is imported by apache#33511. wrongly used ColumnStr<T> (); which violate C++20 standard(see https://wg21.cmeerw.net/cwg/issue2237) but still supported by clang up until now(see llvm/llvm-project#58112)
Proposed changes
Issue Number: close #xxx
This is imported by #33511. wrongly used
which violate C++20 standard(see https://wg21.cmeerw.net/cwg/issue2237) but still supported by clang up until now(see llvm/llvm-project#58112)
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...