Closed Vallishp closed 1 day ago
Thank you for your contribution to Apache Doris. Don't know what should be done next? See How to process your PR.
Please clearly describe your PR:
run buildall
run buildall
run buildall
PR approved by at least one committer and no changes requested.
PR approved by anyone and no changes requested.
What problem does this PR solve?
Issue Number: close #42570
Related PR: #xxx
Problem Summary: [Enhancement] (nereids)implement CleanAllProfileCommand in nereids
Release note
None
Check List (For Author)
mysql> select * from table1; Empty set (0.00 sec)
mysql>
Profile ID Task Type Start Time End Time Total Task State User Default Catalog Default Db Sql Statement Action [9e174a7a49084826-bf58a88be1c7fe58](http://127.0.0.1:8030/QueryProfile/9e174a7a49084826-bf58a88be1c7fe58) QUERY 2024-11-20 05:54:34 2024-11-20 05:54:34 3ms EOF root internal test_recover_db select * from table1 mysql> clean all profile -> ; Query OK, 0 rows affected (0.00 sec) mysql> After clean query profile doesnt have old profiles. - Behavior changed: - [ ] No. - [ ] Yes. - Does this need documentation? - [ ] No. - [ ] Yes. ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label