Search before asking
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?
Code of Conduct
Search before asking
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 "/"What You Expected?
Please update releated api interface, fix the bug
How to Reproduce?
set enable_profile=true;SHOW QUERY PROFILE "/"Anything Else?
No response
Are you willing to submit PR?
Code of Conduct