wangbo opened a new pull request, #35602: URL: https://github.com/apache/doris/pull/35602
## Proposed changes 1 Initiate a stream load; 2 query this stream load. ``` mysql [information_schema]>select query_type,query_id from backend_active_tasks; +------------+-----------------------------------+ | query_type | query_id | +------------+-----------------------------------+ | SELECT | 1393cb07b6bd4ca3-b79dec17feb1aa17 | | LOAD | b040d4e15fce4cae-8dbe9573d5fb9296 | +------------+-----------------------------------+ 2 rows in set (0.01 sec) ``` 3 kill load. ``` mysql [information_schema]>kill query 'b040d4e15fce4cae-8dbe9573d5fb9296'; Query OK, 0 rows affected (0.00 sec) ``` -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org