englefly opened a new pull request, #38268: URL: https://github.com/apache/doris/pull/38268
## Proposed changes if you want to get the profile of the query just executed, it not neccessary to find the query_id now. this is useful to get profiles in shell script, for example, we want to get all profiles of tpcds queries (103 query profile) in a shell script. before: curl http://root:@127.0.0.1:8030/api/profile/text?query_id=990cc3b19e464e03-a3af05a997eb4091 > profile after: curl http://root:@127.0.0.1:8030/api/profile/text > profilex Issue Number: close #xxx <!--Describe your changes.--> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
