-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug](backup) Add table id into convert_rowset_ids() #37089
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
clang-tidy review says "All clean, LGTM! 👍" |
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
run buildall |
TPC-H: Total hot run time: 40181 ms
|
TPC-DS: Total hot run time: 170264 ms
|
ClickBench: Total hot run time: 30.3 s
|
gensrc/thrift/AgentService.thrift
Outdated
@@ -309,6 +309,7 @@ struct TCloneReq { | |||
10: optional i32 timeout_s; | |||
11: optional Types.TReplicaId replica_id = 0 | |||
12: optional i64 partition_id | |||
13: optional i64 table_id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
13: optional i64 table_id | |
13: optional i64 table_id = 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed to -1, may be better.
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 40060 ms
|
TPC-DS: Total hot run time: 172559 ms
|
ClickBench: Total hot run time: 30.19 s
|
run p0 |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
## Proposed changes Issue Number: step 1 in version master in apache#37076 <!--Describe your changes.-->
## Proposed changes Issue Number: step 1 in version master in #37076 <!--Describe your changes.-->
Proposed changes
Issue Number: step 1 in version master in #37076