Uh oh!
There was an error while loading. Please reload this page.
[FIX](complextype)fix array/map/struct impl hashcode and equals - #27717
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| } | ||
| StructLiteral that = (StructLiteral) o; | ||
| for (int i = 0; i < children.size(); i++) { |
There was a problem hiding this comment.
check children.size() equal first to avoid index out of bound
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.
amorynan
commented
Nov 29, 2023
run buildall |
amorynan
commented
Nov 29, 2023
run clickbench |
amorynan
commented
Nov 29, 2023
run compile |
amorynan
commented
Nov 29, 2023
run buildall |
amorynan
commented
Nov 29, 2023
run buildall |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
doris-robot
commented
Nov 29, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
Uh oh!
There was an error while loading. Please reload this page.
| if (that.children.size() != children.size()) { | ||
| return false; | ||
| } |
amorynan
commented
Nov 29, 2023
run buildall |
PR approved by at least one committer and no changes requested. |
doris-robot
commented
Nov 29, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
amorynan
commented
Nov 30, 2023
run beut |
amorynan
commented
Nov 30, 2023
run feut |
amorynan
commented
Nov 30, 2023
run clickbench |
doris-robot
commented
Nov 30, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
doris-robot
commented
Nov 30, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
Proposed changes
Issue Number: close #xxx
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...