Uh oh!
There was an error while loading. Please reload this page.
[cloud](Variant) limit column size in MetaService and support handle rowset schema in backend side - #41482
Conversation
doris-robot
commented
Sep 29, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
eldenmoon
commented
Sep 29, 2024
run buildall |
eldenmoon
commented
Sep 29, 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.
in local mode we limit column size in commit_txn phase, in cloud mode we limit it in `write_schema_dict` which in commit_rowset phase
b1f8c04 to
acda4dfCompareclang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
eldenmoon
commented
Oct 21, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 21, 2024
TeamCity be ut coverage result: |
eldenmoon
commented
Oct 22, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 22, 2024
TeamCity be ut coverage result: |
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.
gavinchou
commented
Oct 31, 2024
LGTM |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
…rowset schema in backend side (#41482) 1. in local mode we limit column size in commit_txn phase, in cloud mode we limit it in `write_schema_dict` which in commit_rowset phase 2. add config to decide whether fill schema in BE side or MS side
…rowset schema in backend side (apache#41482) 1. in local mode we limit column size in commit_txn phase, in cloud mode we limit it in `write_schema_dict` which in commit_rowset phase 2. add config to decide whether fill schema in BE side or MS side
write_schema_dictwhich in commit_rowset phase