Uh oh!
There was an error while loading. Please reload this page.
[FIX](collectiontype) fix shrink char column in map/struct - #25725
Conversation
clang-tidy review says "All clean, LGTM! 👍" |
yiguolei
commented
Oct 23, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 23, 2023
TeamCity be ut coverage result: |
amorynan
commented
Oct 23, 2023
run buildall |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
amorynan
commented
Oct 23, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
amorynan
commented
Oct 23, 2023
run beut |
amorynan
commented
Oct 23, 2023
run clickbench |
amorynan
commented
Oct 23, 2023
run buildall |
1 similar comment
amorynan
commented
Oct 23, 2023
run buildall |
doris-robot
commented
Oct 23, 2023
TeamCity be ut coverage result: |
amorynan
commented
Oct 23, 2023
run buildall |
doris-robot
commented
Oct 23, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Oct 23, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
amorynan
commented
Oct 24, 2023
run buildall |
amorynan
commented
Oct 24, 2023
run p0 |
amorynan
commented
Oct 24, 2023
run p0 |
amorynan
commented
Oct 24, 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
Oct 24, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
amorynan
commented
Oct 25, 2023
run p0 |
) fix shrink char column in map/struct before we has char with specific length defined in map or struct field we select map or struct , the char column in which one has been padding if we just insert less than specific length chars but in mysql here just show inserted chars not padding specific length chars --------- Co-authored-by: yiguolei <676222867@qq.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
) fix shrink char column in map/struct before we has char with specific length defined in map or struct field we select map or struct , the char column in which one has been padding if we just insert less than specific length chars but in mysql here just show inserted chars not padding specific length chars --------- Co-authored-by: yiguolei <676222867@qq.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Proposed changes
Issue Number: close #xxx

fix shrink char column in map/struct
before we has char with specific length defined in map or struct field
we select map or struct , the char column in which one has been padding if we just insert less than specific length chars
but in mysql here just show inserted chars not padding specific length chars
like :
after

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...