-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Description
Search before asking
- I had searched in the issues and found no similar issues.
Version
doris-2.1.1-rc05
What's Wrong?
Since 2.1.1, QueryProfile API is deprecated.
But there occured an error when used SHOW QUERY PROFILE "/"
mysql> show query profile "/";
ERROR 1105 (HY000): errCode = 2, detailMessage = try visit http://xxx.xxx.xx.x:8030/QueryProfile//, show query/load profile syntax is a deprecated feature
What You Expected?
Please update releated api interface, fix the bug
How to Reproduce?
- login doris by mysql client
- code
set enable_profile=true; - code
SHOW QUERY PROFILE "/"
Anything Else?
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct