[Fix](partial update) Fix wrong comment in .proto file#25742
[Fix](partial update) Fix wrong comment in .proto file#25742zhannngchen merged 1 commit intoapache:masterfrom
Conversation
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
72bbf83 to
f53bd97
Compare
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
|
TeamCity be ut coverage result: |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
1. remove deprecated comment on fields that is wrongly added in #25147. These fields will be used when coordinator BE send infos to executor BEs. They will only be used during RPC and will not be persisted. 2. eliminate some unnecessary copys.
1. remove deprecated comment on fields that is wrongly added in apache#25147. These fields will be used when coordinator BE send infos to executor BEs. They will only be used during RPC and will not be persisted. 2. eliminate some unnecessary copys.
1. remove deprecated comment on fields that is wrongly added in apache#25147. These fields will be used when coordinator BE send infos to executor BEs. They will only be used during RPC and will not be persisted. 2. eliminate some unnecessary copys.
Proposed changes
deprecatedcomment on fields that is wrongly added in #[refactor](partial-update) Split partial update infos from tablet schema #25147. These fields will be used when coordinator BE send infos to executor BEs. They will only be used during RPC and will not be persisted.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...