-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](warmup) fix show warm up tables #53406
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
[fix](warmup) fix show warm up tables #53406
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
| def getTablesFromShowCommand = { jobId -> | ||
| def jobStateResult = sql """ SHOW WARM UP JOB WHERE ID = ${jobId} """ | ||
| return jobStateResult[0][9] | ||
| return jobStateResult[0][12] |
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.
@kaijchen needn't modify this test. I'll change it to any.equals to match with any position
regression-test/suites/cloud_p0/cache/multi_cluster/warm_up/table/test_warm_up_tables.groovy
Outdated
Show resolved
Hide resolved
|
run buildall |
1 similar comment
|
run buildall |
dataroaring
left a comment
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
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
|
run buildall |
freemandealer
left a comment
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
|
run buildall |
TPC-H: Total hot run time: 39616 ms |
TPC-DS: Total hot run time: 196320 ms |
ClickBench: Total hot run time: 29.6 s |
|
run feut |
dataroaring
left a comment
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
### What problem does this PR solve? Related PR: apache#52291 apache#52514 Problem Summary: Fix show warm up jobs after merging periodic and event driven warmup feature.
Related PR: apache#52291 apache#52514 Problem Summary: Fix show warm up jobs after merging periodic and event driven warmup feature.
Related PR: apache#52291 apache#52514 Problem Summary: Fix show warm up jobs after merging periodic and event driven warmup feature.
What problem does this PR solve?
Related PR: #52291 #52514
Problem Summary:
Fix show warm up jobs after merging periodic and event driven warmup feature.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)